public abstract class Selector
extends java.lang.Object
This class has five subtypes:
SuiteSelector
- indicates an event is about an entire suite of tests whose
class was reported as fullyQualifiedName
in the Event
TestSelector
- indicates an event is about a single test directly contained
in the suite whose class was reported as fullyQualifiedName
in the Event
NestedSuiteSelector
- indicates an event is about an entire nested suite of tests whose
top-level, "nesting" class was reported as fullyQualifiedName
in the Event
NestedTestSelector
- indicates an event is about a single test contained
in a nested suite whose top-level, "nesting" class was reported as fullyQualifiedName
in the Event
TestWildcardSelector
- indicates an event is about zero to many tests directly contained
in the suite whose class was reported as fullyQualifiedName
in the Event
Constructor and Description |
---|
Selector() |