Packages

p

scail

commons

package commons

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AsyncSpec extends AsyncFreeSpec with SpecLike with Mocking

    Base class for non-blocking asynchronous tests.

    Base class for non-blocking asynchronous tests.

    Based on AsyncFreeSpec: nested tests are written inside text clauses denoted with the dash operator (-).

    See also

    AsyncFreeSpec

    Spec for general tests

    SpecLike base trait

  2. trait Constants extends AnyRef
  3. trait Mocking extends IdiomaticMockito with ArgumentMatchersSugar

    Base trait for mocking.

  4. abstract class Spec extends FreeSpec with SpecLike with Mocking

    Base class for general tests.

    Base class for general tests.

    Based on FreeSpec: nested tests are written inside text clauses denoted with the dash operator (-).

    See also

    FreeSpec

    AsyncSpec for non-blocking asynchronous tests

    SpecLike base trait

  5. trait SpecLike extends DiagrammedAssertions with EitherValues with OptionValues with TryValues

    Base trait for unit tests.

    Base trait for unit tests.

    Test cases are nested inside text clauses denoted with the dash operator (-). Use Spec for general tests and AsyncSpec for non-blocking asynchronous tests.

    Mixed-in traits include:

    Also consider mixing:

    See also

    DiagrammedAssertions

    EitherValues

    OptionValues

    TryValues

    Inside

    Inspectors

    PartialFunctionValues

    PrivateMethodTester

    TableDrivenPropertyChecks

    WebBrowser

Value Members

  1. object Constants extends Constants
  2. object Mocking

Ungrouped