- sbt.testing - package sbt.testing
-
- selector() - Method in interface sbt.testing.Event
-
Additional information identifying the suite or test about which an event was fired.
- Selector - Class in sbt.testing
-
Information in addition to a test class name that identifies the suite or test about which an
event was fired.
- Selector() - Constructor for class sbt.testing.Selector
-
- selectors() - Method in class sbt.testing.TaskDef
-
One to many selectors describing the nature of the Task
requested by this TaskDef
.
- status() - Method in interface sbt.testing.Event
-
Indicates whether the event represents a test success, failure, error, skipped, ignored, canceled, pending.
- Status - Enum in sbt.testing
-
Represents the status of running a test.
- SubclassFingerprint - Interface in org.scalatools.testing
-
Identifies a test as a class that has a specific type as an ancestor.
- SubclassFingerprint - Interface in sbt.testing
-
Indicates that classes (and possibly modules) that extend a particular superclass,
or mix in a particular supertrait, should be discovered as test classes.
- suiteId() - Method in class sbt.testing.NestedSuiteSelector
-
An id that, in addition to a test class name, identifies a nested suite about which an
event was fired.
- suiteId() - Method in class sbt.testing.NestedTestSelector
-
An id that, in addition to a test class name, identifies a nested suite that contains a test
about which an event was fired.
- SuiteSelector - Class in sbt.testing
-
Indicates an event was about the entire suite whose class had the fully qualified name specified as
the fullyQualifiedName
attribute the event.
- SuiteSelector() - Constructor for class sbt.testing.SuiteSelector
-
- superClassName() - Method in interface org.scalatools.testing.SubclassFingerprint
-
The name of the type that designates a test.
- superclassName() - Method in interface sbt.testing.SubclassFingerprint
-
The name of the superclass or supertrait that identifies classes (and possibly modules) as test
classes to be discovered.
- tags() - Method in interface sbt.testing.Task
-
A possibly zero-length array of string tags associated with this task.
- Task - Interface in sbt.testing
-
A task to execute.
- taskDef() - Method in interface sbt.testing.Task
-
Returns the TaskDef
that was used to request this Task
.
- TaskDef - Class in sbt.testing
-
A bundle of information used to request a Task
from a test framework.
- TaskDef(String, Fingerprint, boolean, Selector[]) - Constructor for class sbt.testing.TaskDef
-
Constructs a new TaskDef
with the given fully qualified name, fingerprint, "explicitly specified" fag, and array
of selectors.
- tasks(TaskDef[]) - Method in interface sbt.testing.Runner
-
Returns an array of tasks that when executed will run tests and suites determined by the
passed TaskDef
s.
- TestFingerprint - Interface in org.scalatools.testing
-
For backwards compatibility.
- testName() - Method in interface org.scalatools.testing.Event
-
- testName() - Method in class sbt.testing.NestedTestSelector
-
The name of the test in a nested suite about which an event was fired.
- testName() - Method in class sbt.testing.TestSelector
-
The name of a test about which an event was fired.
- testRunner(ClassLoader, Logger[]) - Method in interface org.scalatools.testing.Framework
-
Provide a runner for tests that will load test classes from 'testClassLoader' and direct all
logging output from the framework to 'loggers'.
- tests() - Method in interface org.scalatools.testing.Framework
-
Specifies how to identify classes that are tests.
- TestSelector - Class in sbt.testing
-
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.
- TestSelector(String) - Constructor for class sbt.testing.TestSelector
-
Constructs a new TestSelector
with passed testName
.
- testWildcard() - Method in class sbt.testing.TestWildcardSelector
-
A test wildcard string used to select tests.
- TestWildcardSelector - Class in sbt.testing
-
Information that identifies zero to many tests directly contained in a test class.
- TestWildcardSelector(String) - Constructor for class sbt.testing.TestWildcardSelector
-
Constructs a new TestWildcardSelector
with passed testWildcard
.
- throwable() - Method in interface sbt.testing.Event
-
- toString() - Method in class sbt.testing.NestedSuiteSelector
-
- toString() - Method in class sbt.testing.NestedTestSelector
-
- toString() - Method in class sbt.testing.OptionalThrowable
-
- toString() - Method in class sbt.testing.SuiteSelector
-
- toString() - Method in class sbt.testing.TaskDef
-
- toString() - Method in class sbt.testing.TestSelector
-
- toString() - Method in class sbt.testing.TestWildcardSelector
-
- trace(Throwable) - Method in interface org.scalatools.testing.Logger
-
- trace(Throwable) - Method in interface sbt.testing.Logger
-
Provide a stack trace