sbt

testing

package testing

Visibility
  1. Public
  2. All

Type Members

  1. trait AnnotatedFingerprint extends Fingerprint

    Indicates that classes or modules with a specific annotation, either on at least one top level method or on the class or module itself, should be discovered as test classes.

  2. trait Event extends AnyRef

    An event fired by the test framework during a run.

  3. trait EventHandler extends AnyRef

    Interface implemented by clients that handle events fired by the test framework during a run.

  4. trait Fingerprint extends AnyRef

    A way to identify test classes and/or modules that should be discovered when the client performs discovery.

  5. trait Framework extends AnyRef

    Interface implemented by test frameworks.

  6. trait Logger extends AnyRef

    A logger through which to provide feedback to the user about a run.

  7. final class NestedSuiteSelector extends Selector with Serializable

    Information in addition to a test class name that identifies a nested suite about which an event was fired.

  8. final class NestedTestSelector extends Selector with Serializable

    Information in addition to a test class name that identifies a test in a nested suite about which an event was fired.

  9. final class OptionalThrowable extends Serializable

    An optional Throwable.

  10. trait Runner extends AnyRef

    Represents one run of a suite of tests.

  11. sealed abstract class Selector extends AnyRef

    Information in addition to a test class name that identifies the suite or test about which an event was fired.

  12. class Status extends AnyRef

    Represents the status of running a test.

  13. trait SubclassFingerprint extends Fingerprint

    Indicates that classes (and possibly modules) that extend a particular superclass, or mix in a particular supertrait, should be discovered as test classes.

  14. final class SuiteSelector extends Selector with Serializable

    Indicates an event was about the entire suite whose class had the fully qualified name specified as the fullyQualifiedName attribute the event.

  15. trait Task extends AnyRef

    A task to execute.

  16. final class TaskDef extends Serializable

    A bundle of information used to request a Task from a test framework.

  17. final class TestSelector extends Selector with Serializable

    Information in addition to a test class name that identifies a test directly contained in the suite whose class had the fully qualified name specified as the fullyQualifiedName attribute passed to the event.

  18. final class TestWildcardSelector extends Selector with Serializable

    Information that identifies zero to many tests directly contained in a test class.

Value Members

  1. object Status

Ungrouped