Package

org.specs2.specification

create

Permalink

package create

Visibility
  1. Public
  2. All

Type Members

  1. trait AutoExamples extends FragmentsFactory

    Permalink

    This trait allows to create examples where the description is the code itself and the code returns an AsResult value

  2. class ContextualFragmentFactory extends FragmentFactory

    Permalink

    Fragment factory that is creating examples with a given context and delegating to another factory all the rest

  3. trait DefaultFragmentFactory extends FragmentFactory

    Permalink

    Default implementation of the FragmentFactory

  4. trait DelegatedFragmentFactory extends FragmentsFactory with FragmentFactory

    Permalink

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

  5. trait FormattingFragments extends FragmentsFactory

    Permalink

    Fragments which can be used to change the display of the Specification: paragraphs, breaks, tabs

  6. trait FragmentFactory extends AnyRef

    Permalink

    Interface for creating specification fragments

  7. trait FragmentsFactory extends AnyRef

    Permalink

    Trait for anything requiring a fragment factory

  8. trait InterpolatedFragment extends AnyRef

    Permalink

    An interpolated fragment

    An interpolated fragment

    • is appended to the previous fragments
    • can use the previous text, start location, end location and interpolated expression to create new Fragments
  9. trait S2StringContext extends S2StringContext1

    Permalink

    These implicit methods declare which kind of object can be interpolated in a s2 string;

    These implicit methods declare which kind of object can be interpolated in a s2 string;

    • a function using the previous text and returning Fragments
    • specification references
    • examples using the Env, arguments, the statistics repository, the command line arguments
    • other specifications
    • strings
    • fragments
  10. trait S2StringContextCreation extends FragmentsFactory

    Permalink

    Methods to create interpolated fragments with no implicits

  11. trait SpecificationCreation extends AcceptanceDsl with AutoExamples with ArgumentsArgs with ArgumentsShortcuts with S2StringContext with FormattingFragments

    Permalink

Ungrouped