All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbt.testing.Selector Maven / Gradle / Ivy

The newest version!
package sbt.testing;

/**
 * Information in addition to a test class name that identifies the suite or test about which an
 * event was fired.
 *
 * 

* This class has four 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 suite of tests whose * class was reported as fullyQualifiedName in the Event
  • *
  • NestedTestSelector - indicates an event is about a single test directly contained * in the suite whose class was reported as fullyQualifiedName in the Event
  • *
*/ abstract public class Selector {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy