Package sbt.testing

Class SuiteSelector

java.lang.Object
sbt.testing.Selector
sbt.testing.SuiteSelector
All Implemented Interfaces:
Serializable

public final class SuiteSelector extends Selector implements Serializable
Indicates an event was about the entire suite whose class had the fully qualified name specified as the fullyQualifiedName attribute the event.
See Also:
  • Constructor Details

    • SuiteSelector

      public SuiteSelector()
  • Method Details