Package sbt.testing
Class Selector
- java.lang.Object
-
- sbt.testing.Selector
-
- Direct Known Subclasses:
NestedSuiteSelector,NestedTestSelector,SuiteSelector,TestSelector,TestWildcardSelector
public abstract class Selector extends java.lang.ObjectInformation in addition to a test class name that identifies the suite or test about which an event was fired.This class has five subtypes:
SuiteSelector- indicates an event is about an entire suite of tests whose class was reported asfullyQualifiedNamein theEventTestSelector- indicates an event is about a single test directly contained in the suite whose class was reported asfullyQualifiedNamein theEventNestedSuiteSelector- indicates an event is about an entire nested suite of tests whose top-level, "nesting" class was reported asfullyQualifiedNamein theEventNestedTestSelector- indicates an event is about a single test contained in a nested suite whose top-level, "nesting" class was reported asfullyQualifiedNamein theEventTestWildcardSelector- indicates an event is about zero to many tests directly contained in the suite whose class was reported asfullyQualifiedNamein theEvent
-
-
Constructor Summary
Constructors Constructor Description Selector()
-