|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsbt.testing.Selector
public abstract class Selector
Information 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 as fullyQualifiedName in the EventTestSelector - indicates an event is about a single test directly contained
in the suite whose class was reported as fullyQualifiedName in the EventNestedSuiteSelector - indicates an event is about an entire nested suite of tests whose
top-level, "nesting" class was reported as fullyQualifiedName in the EventNestedTestSelector - indicates an event is about a single test contained
in a nested suite whose top-level, "nesting" class was reported as fullyQualifiedName in the EventTestWildcardSelector - indicates an event is about zero to many tests directly contained
in the suite whose class was reported as fullyQualifiedName in the Event
| Constructor Summary | |
|---|---|
Selector()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Selector()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||