Class

org.specs2.specification

ExamplesGroup

Related Doc: package specification

Permalink

case class ExamplesGroup(name: String = "") extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExamplesGroup
  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 ExamplesGroup(name: String = "")

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createExample(i: Int): ExecutionVar

    Permalink
  7. val e1: ExecutionVar

    Permalink
  8. val e10: ExecutionVar

    Permalink
  9. val e11: ExecutionVar

    Permalink
  10. val e12: ExecutionVar

    Permalink
  11. val e13: ExecutionVar

    Permalink
  12. val e14: ExecutionVar

    Permalink
  13. val e15: ExecutionVar

    Permalink
  14. val e16: ExecutionVar

    Permalink
  15. val e17: ExecutionVar

    Permalink
  16. val e18: ExecutionVar

    Permalink
  17. val e19: ExecutionVar

    Permalink
  18. val e2: ExecutionVar

    Permalink
  19. val e20: ExecutionVar

    Permalink
  20. val e21: ExecutionVar

    Permalink
  21. val e22: ExecutionVar

    Permalink
  22. val e3: ExecutionVar

    Permalink
  23. val e4: ExecutionVar

    Permalink
  24. val e5: ExecutionVar

    Permalink
  25. val e6: ExecutionVar

    Permalink
  26. val e7: ExecutionVar

    Permalink
  27. val e8: ExecutionVar

    Permalink
  28. val e9: ExecutionVar

    Permalink
  29. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def groupName: String

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def nameIs(n: String): ExamplesGroup

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

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

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

    Permalink
    Definition Classes
    AnyRef
  38. lazy val numberedExamples: Seq[ExecutionVar]

    Permalink
    Attributes
    protected
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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