org.specs2.specification

Group

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

Linear Supertypes
Serializable, Serializable, Product, Equals, BeforeAfterAround, Around, After, Before, Context, Scope, AnyRef, Any
Known Subclasses
g1, g1, g10, g10, g11, g11, g12, g12, g13, g13, g14, g14, g15, g15, g16, g16, g17, g17, g18, g18, g19, g19, g2, g2, g20, g20, g21, g21, g22, g22, g3, g3, g4, g4, g5, g5, g6, g6, g7, g7, g8, g8, g9, g9
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Group
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BeforeAfterAround
  7. Around
  8. After
  9. Before
  10. Context
  11. Scope
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Group(name: String = "")

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def after: Unit

    override this method to provide the after behavior

    override this method to provide the after behavior

    Definition Classes
    GroupAfter
  7. def apply[T](a: ⇒ T)(implicit arg0: (T) ⇒ Result): Result

    execute an action returning a Result and finally the after action

    execute an action returning a Result and finally the after action

    Definition Classes
    BeforeAfterAroundAroundAfterBeforeContext
  8. def around[T](a: ⇒ T)(implicit arg0: (T) ⇒ Result): Result

    Definition Classes
    GroupAround
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def before: Unit

    override this method to provide the before behavior

    override this method to provide the before behavior

    Definition Classes
    GroupBefore
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def compose(a: BeforeAfterAround): BeforeAfterAround

    compose the actions of 2 BeforeAfterAround traits

    compose the actions of 2 BeforeAfterAround traits

    Definition Classes
    BeforeAfterAround
  13. def compose(a: Around): Around

    compose the actions of 2 Around traits

    compose the actions of 2 Around traits

    Definition Classes
    Around
  14. def compose(a: After): After

    compose the actions of 2 After traits

    compose the actions of 2 After traits

    Definition Classes
    After
  15. def compose(b: Before): Before

    compose the actions of 2 Before traits

    compose the actions of 2 Before traits

    Definition Classes
    Before
  16. val e1: AnyAsResult

  17. val e10: AnyAsResult

  18. val e11: AnyAsResult

  19. val e12: AnyAsResult

  20. val e13: AnyAsResult

  21. val e14: AnyAsResult

  22. val e15: AnyAsResult

  23. val e16: AnyAsResult

  24. val e17: AnyAsResult

  25. val e18: AnyAsResult

  26. val e19: AnyAsResult

  27. val e2: AnyAsResult

  28. val e20: AnyAsResult

  29. val e21: AnyAsResult

  30. val e22: AnyAsResult

  31. val e3: AnyAsResult

  32. val e4: AnyAsResult

  33. val e5: AnyAsResult

  34. val e6: AnyAsResult

  35. val e7: AnyAsResult

  36. val e8: AnyAsResult

  37. val e9: AnyAsResult

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

    Definition Classes
    AnyRef
  39. def finalize(): Unit

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

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

    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def then(a: BeforeAfterAround): BeforeAfterAround

    sequence the actions of 2 BeforeAfterAround traits

    sequence the actions of 2 BeforeAfterAround traits

    Definition Classes
    BeforeAfterAround
  47. def then(a: Around): Around

    sequence the actions of 2 Around traits

    sequence the actions of 2 Around traits

    Definition Classes
    Around
  48. def then(a: After): After

    sequence the actions of 2 After traits

    sequence the actions of 2 After traits

    Definition Classes
    After
  49. def then(b: Before): Before

    sequence the actions of 2 Before traits

    sequence the actions of 2 Before traits

    Definition Classes
    Before
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BeforeAfterAround

Inherited from Around

Inherited from After

Inherited from Before

Inherited from Context

Inherited from Scope

Inherited from AnyRef

Inherited from Any

Ungrouped