package testing
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class BspLoggingEventHandler extends LoggingEventHandler
-
final
case class
DiscoveredTests(classLoader: ClassLoader, tests: Map[Framework, List[TaskDef]]) extends Product with Serializable
Groups all the tests that were detected with the
ClassLoader
that was used to detect them.Groups all the tests that were detected with the
ClassLoader
that was used to detect them.- classLoader
The
ClassLoader
used to detect the tests.- tests
The test tasks that were discovered, grouped by their
Framework
.
- class LoggingEventHandler extends TestSuiteEventHandler
-
final
class
TestServer extends AnyRef
Implements the protocol that the forked remote JVM talks with the host process.
Implements the protocol that the forked remote JVM talks with the host process.
This protocol is not formal and has been implemented after sbt's
ForkTests
. - sealed trait TestSuiteEvent extends AnyRef
- trait TestSuiteEventHandler extends AnyRef
Value Members
- object NoopEventHandler extends TestSuiteEventHandler
- object TestInternals
- object TestSuiteEvent