Trait/Object

org.specs2.specification.process

DefaultSelector

Related Docs: object DefaultSelector | package process

Permalink

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
Visibility
  1. Public
  2. All

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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    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

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

    Permalink

    filter fragments by name

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

    Permalink

    filter fragments by previous execution and required status

  11. def finalize(): Unit

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

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

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

    Permalink
  15. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  18. final def notify(): Unit

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

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

    Permalink

    select fragments by name, markers and previous execution

    select fragments by name, markers and previous execution

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

    Permalink
  22. def swapBeforeMarkerAndEmptyText: Process1[Fragment, Fragment]

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

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

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

    Permalink

    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

  26. def transformTagsToSections: Process1[Fragment, Fragment]

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

    Permalink
  28. final def wait(): Unit

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

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

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

Inherited from Selector

Inherited from AnyRef

Inherited from Any

Ungrouped