org.specs2.specification.process

DefaultSelector

trait DefaultSelector extends Selector

Default selection for specification fragments:

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  10. def filterByMarker(env: Env): Process1[Fragment, Fragment]

    filter fragments by markers

    filter fragments by markers

    This method is a bit involved but we have to consider lots of different cases

    - if the marker is a tag or a section - if the marker applies to the previous or next fragment - if there is an irrelevant empty text between the marker and the fragment it applies to

  11. def filterByName(env: Env): Process1[Fragment, Fragment]

    filter fragments by name

  12. def filterByPrevious(env: Env): Process1[Fragment, Fragment]

    filter fragments by previous execution and required status

  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def isEndTag(sections: List[NamedTag], tag: NamedTag): Boolean

  17. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  19. def normalize: Process1[Fragment, Fragment]

  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def select(env: Env): Process1[Fragment, Fragment]

    select fragments by name, markers and previous execution

    select fragments by name, markers and previous execution

    Definition Classes
    DefaultSelectorSelector
  23. def swapAfterMarkerAndEmptyText: Process1[Fragment, Fragment]

  24. def swapBeforeMarkerAndEmptyText: Process1[Fragment, Fragment]

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def transformBeforeMarkersToAfterMarkers: Process1[Fragment, Fragment]

    All the "appliesToNext = false" markers must be transformed into "appliesToNext = true" except when they are the end of a section.

    All the "appliesToNext = false" markers must be transformed into "appliesToNext = true" except when they are the end of a section.

    This is because we want to visually include all of e2, e3, e4 in the following acceptance spec

    e1 e2 ${section("x")} e3 e4 ${section("x")} e5

  28. def transformTagsToSections: Process1[Fragment, Fragment]

  29. def updateSections(sections: List[NamedTag], tag: NamedTag): List[NamedTag]

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Selector

Inherited from AnyRef

Inherited from Any

Ungrouped