Package sbt.testing

Class NestedSuiteSelector

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

public final class NestedSuiteSelector extends Selector implements Serializable
Information in addition to a test class name that identifies a nested suite about which an event was fired.
See Also:
  • Constructor Details

    • NestedSuiteSelector

      public NestedSuiteSelector(String suiteId)
      Constructs a new NestedSuiteSelector with given suiteId.
      Parameters:
      suiteId - the id of the nested suite
  • Method Details

    • suiteId

      public String suiteId()
      An id that, in addition to a test class name, identifies a nested suite about which an event was fired.
      Returns:
      the id of the nested suite
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object