class ScalaTestClassDescriptor extends AbstractTestDescriptor

TestDescriptor for ScalaTest suite.

Source
ScalaTestClassDescriptor.scala
Linear Supertypes
AbstractTestDescriptor, TestDescriptor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaTestClassDescriptor
  2. AbstractTestDescriptor
  3. TestDescriptor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaTestClassDescriptor(parent: TestDescriptor, theUniqueId: UniqueId, suiteClass: Class[_], autoAddTestChildren: Boolean)

    parent

    The parent descriptor.

    theUniqueId

    The unique ID.

    suiteClass

    The class of the ScalaTest suite.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accept(arg0: Visitor): Unit
    Definition Classes
    TestDescriptor
  5. def addChild(arg0: TestDescriptor): Unit
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def equals(arg0: AnyRef): Boolean
    Definition Classes
    AbstractTestDescriptor → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def findByUniqueId(arg0: UniqueId): Optional[_ <: TestDescriptor]
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  12. final def getChildren(): Set[_ <: TestDescriptor]
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDescendants(): Set[_ <: TestDescriptor]
    Definition Classes
    TestDescriptor
  15. final def getDisplayName(): String
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  16. def getLegacyReportingName(): String
    Definition Classes
    TestDescriptor
  17. final def getParent(): Optional[TestDescriptor]
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  18. def getSource(): Optional[TestSource]

    Return ClassSource for the given suite class.

    Return ClassSource for the given suite class.

    returns

    ClassSource created from given suite class

    Definition Classes
    ScalaTestClassDescriptor → AbstractTestDescriptor → TestDescriptor
  19. def getTags(): Set[TestTag]

    Get tags for this suite.

    Get tags for this suite.

    returns

    Tags for this suite.

    Definition Classes
    ScalaTestClassDescriptor → AbstractTestDescriptor → TestDescriptor
  20. def getType(): Type

    Type of this ScalaTestClassDescriptor.

    Type of this ScalaTestClassDescriptor.

    returns

    TestDescriptor.Type.CONTAINER

    Definition Classes
    ScalaTestClassDescriptor → TestDescriptor
  21. final def getUniqueId(): UniqueId
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  22. final def hashCode(): Int
    Definition Classes
    AbstractTestDescriptor → AnyRef → Any
  23. def isContainer(): Boolean
    Definition Classes
    TestDescriptor
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isRoot(): Boolean
    Definition Classes
    TestDescriptor
  26. def isTest(): Boolean
    Definition Classes
    TestDescriptor
  27. def mayRegisterTests(): Boolean

    Override mayRegisterTests to return true

    Override mayRegisterTests to return true

    returns

    true

    Definition Classes
    ScalaTestClassDescriptor → TestDescriptor
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def prune(): Unit
    Definition Classes
    TestDescriptor
  32. def removeChild(arg0: TestDescriptor): Unit
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  33. def removeFromHierarchy(): Unit
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  34. final def setParent(arg0: TestDescriptor): Unit
    Definition Classes
    AbstractTestDescriptor → TestDescriptor
  35. lazy val suite: Suite

    Suite instance that will be executed if this class descriptor is selected.

  36. val suiteClass: Class[_]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val theUniqueId: UniqueId
  39. def toString(): String
    Definition Classes
    AbstractTestDescriptor → AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AbstractTestDescriptor

Inherited from TestDescriptor

Inherited from AnyRef

Inherited from Any

Ungrouped