package testing
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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
@Ignoreannotation orignore, but sometimes (eg with laws testing) ignoring this way is simpler. - sealed trait Fruit extends AnyRef
- trait JreVersionDependentFlatSpec extends AnyRef
- trait NeedsCleanDirectory extends BeforeAndAfterEach
A trait that creates a temporary directory, cleaning it before each test execution.