Packages

package testing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package syntax

Type Members

  1. trait AdHocTestIgnore extends Suite

    Allows for tests to be ignored (by name) once they have been registered.

    Allows for tests to be ignored (by name) once they have been registered. Normally you would want to use the @Ignore annotation or ignore, but sometimes (eg with laws testing) ignoring this way is simpler.

  2. sealed trait Fruit extends AnyRef
  3. trait JreVersionDependentFlatSpec extends AnyRef
  4. trait NeedsCleanDirectory extends BeforeAndAfterEach

    A trait that creates a temporary directory, cleaning it before each test execution.

Value Members

  1. object Fruit

Ungrouped