org.specs2.specification

create

package create

Visibility
  1. Public
  2. All

Type Members

  1. trait AutoExamples extends FragmentsFactory

    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

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

  3. trait DefaultFormFragmentFactory extends FormFragmentFactory

    Default implementation for the FormFragment Factory

  4. trait DefaultFragmentFactory extends FragmentFactory

    Default implementation of the FragmentFactory

  5. 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

  6. trait FormFragmentFactory extends AnyRef

    Factory for creating Form fragments

  7. trait FormFragmentsFactory extends AnyRef

  8. trait FormS2StringContext extends S2StringContext

    Allow to use forms inside interpolated strings starting with s2 in order to build the specification content

  9. trait FormattingFragments extends FragmentsFactory

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

  10. trait FragmentFactory extends AnyRef

    Interface for creating specification fragments

  11. trait FragmentsFactory extends AnyRef

    Trait for anything requiring a fragment factory

  12. trait InterpolatedFragment extends AnyRef

    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
  13. trait S2StringContext extends S2StringContextImplicitsControl

    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
  14. trait S2StringContextCreation extends FragmentsFactory

    Methods to create interpolated fragments with no implicits

  15. trait S2StringContextImplicitsControl extends S2StringContext1

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

Ungrouped