Object/Class

org.specs2.specification.core

Fragment

Related Docs: class Fragment | package core

Permalink

object Fragment extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fragment
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. def apply(d: Description): Fragment

    Permalink
  5. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def foreach[T](seq: Seq[T])(f: (T) ⇒ Fragment): Fragments

    Permalink

    iterate over elements to create a Fragments object

  10. def fragmentType(f: Fragment): String

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def isAction(f: Fragment): Boolean

    Permalink
  14. def isBacktab(f: Fragment): Boolean

    Permalink
  15. def isBr(f: Fragment): Boolean

    Permalink
  16. def isEmptyText(f: Fragment): Boolean

    Permalink
  17. def isExample(f: Fragment): Boolean

    Permalink
  18. def isExampleOrStep(f: Fragment): Boolean

    Permalink
  19. def isFormatting(f: Fragment): Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isMarker(f: Fragment): Boolean

    Permalink
  22. def isSpecificationRef(f: Fragment): Boolean

    Permalink
  23. def isStep(f: Fragment): Boolean

    Permalink
  24. def isStepOrAction(f: Fragment): Boolean

    Permalink
  25. def isTab(f: Fragment): Boolean

    Permalink
  26. def isText(f: Fragment): Boolean

    Permalink
  27. def linkReference: PartialFunction[Fragment, SpecificationRef]

    Permalink
  28. def marker: PartialFunction[Fragment, Marker]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def seeReference: PartialFunction[Fragment, SpecificationRef]

    Permalink
  33. implicit val showInstance: Show[Fragment]

    Permalink
  34. def specificationRef: PartialFunction[Fragment, SpecificationRef]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped