sbt.testing
Class Selector

java.lang.Object
  extended by sbt.testing.Selector
Direct Known Subclasses:
NestedSuiteSelector, NestedTestSelector, SuiteSelector, TestSelector, TestWildcardSelector

public abstract class Selector
extends java.lang.Object

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:


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

Selector

public Selector()