Trait

org.specs2.specification.dsl

NoFragmentsDsl

Related Doc: package dsl

Permalink

trait NoFragmentsDsl extends FragmentsDsl

deactivate the FragmentsDsl implicits

Linear Supertypes
FragmentsDsl, AcceptanceDsl1, ActionDsl, TagDsl, ReferenceCreation, SpecStructureDsl1, FragmentsFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoFragmentsDsl
  2. FragmentsDsl
  3. AcceptanceDsl1
  4. ActionDsl
  5. TagDsl
  6. ReferenceCreation
  7. SpecStructureDsl1
  8. FragmentsFactory
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class HiddenFragment extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  2. implicit class MutedFragment extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  3. implicit class appendToArguments extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDsl1
  4. implicit class appendToFragment extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  5. implicit class appendToFragments extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  6. implicit class appendToString extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl

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 HiddenFragment(fragment: Fragment): HiddenFragment

    Permalink
    Definition Classes
    NoFragmentsDslFragmentsDsl
  5. def MutedFragment(fragment: Fragment): MutedFragment

    Permalink
    Definition Classes
    NoFragmentsDslFragmentsDsl
  6. def action(a: ⇒ Any): Fragment

    Permalink
    Definition Classes
    ActionDsl
  7. def appendToFragment(f: Fragment): appendToFragment

    Permalink
    Definition Classes
    NoFragmentsDslFragmentsDsl
  8. def appendToFragments(fs: Fragments): appendToFragments

    Permalink
    Definition Classes
    NoFragmentsDslFragmentsDsl
  9. def appendToString(s: String): appendToString

    Permalink
    Definition Classes
    NoFragmentsDslFragmentsDsl
  10. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fragmentFactory: FragmentFactory

    Permalink
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  15. implicit def fragmentToFragments(f: Fragment): Fragments

    Permalink
    Definition Classes
    FragmentsDsl
  16. implicit def fragmentsAsSpecStructure(fs: ⇒ Fragments): SpecStructure

    Permalink
    Definition Classes
    SpecStructureDsl1
  17. def fragmentsBlock(fragments: Seq[Fragment], offset: Int = 2): Fragments

    Permalink

    create a block of new fragments where each of them is separated by a newline and there is a specific offset from the left margin

    create a block of new fragments where each of them is separated by a newline and there is a specific offset from the left margin

    Definition Classes
    FragmentsDsl
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def link(s: ⇒ SpecificationStructure): Fragment

    Permalink
    Definition Classes
    ReferenceCreation
  22. def link(s: SpecStructure): Fragment

    Permalink
    Definition Classes
    ReferenceCreation
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def section(tag: NamedTag): Fragment

    Permalink
    Definition Classes
    TagDsl
  27. def section(names: String*): Fragment

    Permalink
    Definition Classes
    TagDsl
  28. def see(s: ⇒ SpecificationStructure): Fragment

    Permalink
    Definition Classes
    ReferenceCreation
  29. def see(s: SpecStructure): Fragment

    Permalink
    Definition Classes
    ReferenceCreation
  30. def step(a: ⇒ Any, global: Boolean): Fragment

    Permalink
    Definition Classes
    ActionDsl
  31. def step(a: ⇒ Any): Fragment

    Permalink
    Definition Classes
    ActionDsl
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def tag(tag: NamedTag): Fragment

    Permalink
    Definition Classes
    TagDsl
  34. def tag(names: String*): Fragment

    Permalink
    Definition Classes
    TagDsl
  35. def toString(): String

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

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

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

Inherited from AcceptanceDsl1

Inherited from ActionDsl

Inherited from TagDsl

Inherited from ReferenceCreation

Inherited from SpecStructureDsl1

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped