Trait

org.specs2.specification.dsl.mutable

NoReferenceDsl

Related Doc: package mutable

Permalink

trait NoReferenceDsl extends ReferenceDsl with dsl.NoReferenceDsl

deactivate the ReferenceDsl implicits

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoReferenceDsl
  2. NoReferenceDsl
  3. ReferenceDsl
  4. ReferenceDsl
  5. ReferenceCreation
  6. FragmentsFactory
  7. FragmentBuilder
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class linkFragment extends AnyRef

    Permalink
    Definition Classes
    ReferenceDsl
  2. implicit class mutableLinkFragment extends linkFragment

    Permalink
    Definition Classes
    ReferenceDsl
  3. implicit class mutableSeeFragment extends seeFragment

    Permalink
    Definition Classes
    ReferenceDsl
  4. implicit class seeFragment extends AnyRef

    Permalink
    Definition Classes
    ReferenceDsl

Abstract Value Members

  1. abstract def addFragment(f: Fragment): Fragment

    Permalink
    Definition Classes
    FragmentBuilder
  2. abstract def addFragmentBlock(block: ⇒ Fragment): Fragment

    Permalink
    Definition Classes
    FragmentBuilder
  3. abstract def addFragments(fs: Fragments): Fragments

    Permalink
    Definition Classes
    FragmentBuilder
  4. abstract def addFragmentsBlock(block: ⇒ Fragments): Fragments

    Permalink
    Definition Classes
    FragmentBuilder

Concrete 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 finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fragmentFactory: FragmentFactory

    Permalink
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  10. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    ReferenceDslReferenceCreation
  14. def link(s: SpecStructure): Fragment

    Permalink
    Definition Classes
    ReferenceDslReferenceCreation
  15. def linkFragment(alias: String): linkFragment

    Permalink
    Definition Classes
    NoReferenceDslReferenceDsl
  16. def mutableLinkFragment(alias: String): mutableLinkFragment

    Permalink
    Definition Classes
    NoReferenceDslReferenceDsl
  17. def mutableSeeFragment(alias: String): mutableSeeFragment

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def see(s: ⇒ SpecificationStructure): Fragment

    Permalink
    Definition Classes
    ReferenceDslReferenceCreation
  22. def see(s: SpecStructure): Fragment

    Permalink
    Definition Classes
    ReferenceDslReferenceCreation
  23. def seeFragment(alias: String): seeFragment

    Permalink
    Definition Classes
    NoReferenceDslReferenceDsl
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

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

Inherited from dsl.NoReferenceDsl

Inherited from ReferenceDsl

Inherited from dsl.ReferenceDsl

Inherited from ReferenceCreation

Inherited from FragmentsFactory

Inherited from FragmentBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped