org.specs2.specification.create

DelegatedFragmentFactory

Related Doc: package create

trait DelegatedFragmentFactory extends FragmentsFactory with FragmentFactory

FragmentFactory trait which can be mixed in a Specification to create Fragments but which will delegate the creation to a factory member

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DelegatedFragmentFactory
  2. FragmentFactory
  3. FragmentsFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def action[T](t: ⇒ T): Fragment

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def asSection(names: String*): Fragment

  7. def backtab(n: Int): Fragment

  8. def backtab: Fragment

  9. def break: Fragment

    add a newline

    add a newline

    Definition Classes
    DelegatedFragmentFactoryFragmentFactory
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def code(t: String): Fragment

  12. def end: Fragment

  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def example[T](text: String, withEnv: (Env) ⇒ T)(implicit as: AsResult[T], p: control.ImplicitParameters.ImplicitParam): Fragment

  16. def example[T](text: String, withDescriptionAndEnv: (String, Env) ⇒ T)(implicit arg0: AsResult[T]): Fragment

  17. def example[T](s: String, withDescription: (String) ⇒ T)(implicit arg0: AsResult[T]): Fragment

  18. def example[T](description: Description, result: ⇒ T)(implicit arg0: AsResult[T]): Fragment

  19. def example[T](description: String, result: ⇒ T)(implicit arg0: AsResult[T]): Fragment

  20. def example(text: String, execution: Execution): Fragment

  21. def example(description: Description, execution: Execution): Fragment

  22. def finalize(): Unit

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

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

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

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

    Definition Classes
    Any
  27. def link(link: SpecificationRef): Fragment

  28. def mark(tag: NamedTag): Fragment

  29. def markAs(tag: NamedTag): Fragment

  30. def markSection(tag: NamedTag): Fragment

  31. def markSectionAs(tag: NamedTag): Fragment

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def section(names: String*): Fragment

  36. def see(link: SpecificationRef): Fragment

  37. def start: Fragment

  38. def step[T](t: ⇒ T): Fragment

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

    Definition Classes
    AnyRef
  40. def tab(n: Int): Fragment

  41. def tab: Fragment

  42. def tag(names: String*): Fragment

  43. def taggedAs(names: String*): Fragment

  44. def text(t: String): Fragment

  45. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FragmentFactory

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped