t

org.specs2.specification.create

DelegatedFragmentFactory

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

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def code(t: String): Fragment
  12. def end: Fragment
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. def fragmentFactory: FragmentFactory
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from FragmentFactory

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped