Class

org.specs2.specification

ExecutedSpecification

Related Doc: package specification

Permalink

case class ExecutedSpecification(name: SpecName, fs: Seq[ExecutedFragment]) extends Product with Serializable

A specification with a name and all of its fragments already executed

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExecutedSpecification
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecutedSpecification(name: SpecName, fs: Seq[ExecutedFragment])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def arguments: Arguments

    Permalink

    returns

    the specification arguments

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def end: ExecutedSpecEnd

    Permalink

    returns

    the specification end

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fragments: Seq[ExecutedFragment]

    Permalink

    returns

    the executed fragments

  11. val fs: Seq[ExecutedFragment]

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hasErrors: Boolean

    Permalink

    returns

    true if there are errors

  14. def hasIssues: Boolean

    Permalink

    returns

    true if there are issues. We need to force the view otherwise we may return true even if the collection is empty because of https://issues.scala-lang.org/browse/SI-6332

  15. def includedLinkedSpecifications: Seq[ExecutedSpecStart]

    Permalink
  16. def includedSeeOnlySpecifications: Seq[ExecutedSpecStart]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def issues: Seq[ExecutedResult]

    Permalink

    returns

    all issues

  19. val name: SpecName

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def start: ExecutedSpecStart

    Permalink

    returns

    the specification start

  24. def stats: Stats

    Permalink

    returns

    the end statistics

  25. def suspended: Seq[ExecutedResult]

    Permalink

    returns

    all suspended

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped