Trait

org.specs2.specification.create

FragmentFactory

Related Doc: package create

Permalink

trait FragmentFactory extends AnyRef

Interface for creating specification fragments

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FragmentFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def action[T](t: ⇒ T): Fragment

    Permalink
  2. abstract def asSection(names: String*): Fragment

    Permalink
  3. abstract def backtab(n: Int): Fragment

    Permalink
  4. abstract def backtab: Fragment

    Permalink
  5. abstract def break: Fragment

    Permalink

    add a newline

  6. abstract def code(t: String): Fragment

    Permalink
  7. abstract def end: Fragment

    Permalink
  8. abstract def example[T](text: String, withEnv: (Env) ⇒ T)(implicit as: AsResult[T], p: control.ImplicitParameters.ImplicitParam): Fragment

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

    Permalink
  10. abstract def example[T](text: String, withDescription: (String) ⇒ T)(implicit arg0: AsResult[T]): Fragment

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

    Permalink
  12. abstract def example[T](text: String, result: ⇒ T)(implicit arg0: AsResult[T]): Fragment

    Permalink
  13. abstract def example(text: String, execution: Execution): Fragment

    Permalink
  14. abstract def example(description: Description, execution: Execution): Fragment

    Permalink
  15. abstract def link(link: SpecificationRef): Fragment

    Permalink
  16. abstract def mark(tag: NamedTag): Fragment

    Permalink
  17. abstract def markAs(tag: NamedTag): Fragment

    Permalink
  18. abstract def markSection(tag: NamedTag): Fragment

    Permalink
  19. abstract def markSectionAs(tag: NamedTag): Fragment

    Permalink
  20. abstract def section(names: String*): Fragment

    Permalink
  21. abstract def see(link: SpecificationRef): Fragment

    Permalink
  22. abstract def start: Fragment

    Permalink
  23. abstract def step[T](t: ⇒ T): Fragment

    Permalink
  24. abstract def tab(n: Int): Fragment

    Permalink
  25. abstract def tab: Fragment

    Permalink
  26. abstract def tag(names: String*): Fragment

    Permalink
  27. abstract def taggedAs(names: String*): Fragment

    Permalink
  28. abstract def text(t: String): Fragment

    Permalink

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. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped