org.cddcore.tests

CddRunner

trait CddRunner extends Runner

Linear Supertypes
Runner, Describable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CddRunner
  2. Runner
  3. Describable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ExceptionOrEngine = Either[(Exception, String), EngineTools[_, _]]

Abstract Value Members

  1. abstract def clazz: Class[_]

  2. abstract def instance: Either[Exception, Any]

  3. abstract val rootEngines: List[ExceptionOrEngine]

  4. abstract def title: String

Concrete 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 addEngine(exceptionOrEngine: ExceptionOrEngine): Unit

  5. def addRequirement(d: Description, r: Requirement): Unit

  6. var allEngines: List[Engine]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. var exceptionMap: ExceptionMap

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. lazy val getDescription: Description

    Definition Classes
    CddRunner → Runner → Describable
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def ldp: CddDisplayProcessor

  18. def makeDescriptionfor(r: Requirement): Description

    Descriptions should have unique names as JUnit has defined equals on it.

    Descriptions should have unique names as JUnit has defined equals on it. This helps avoid subtle bugs

  19. var names: MapToUniqueName[Requirement]

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. var reportableToDescription: KeyedMap[Description]

  24. def run(notifier: RunNotifier): Unit

    Definition Classes
    CddRunner → Runner
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. val templateLike: TemplateLike[Reportable]

  27. def testCount(): Int

    Definition Classes
    Runner
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Runner

Inherited from Describable

Inherited from AnyRef

Inherited from Any

Ungrouped