org.specs2.specification.mutable

CommandLineArguments

Related Doc: package mutable

trait CommandLineArguments extends SpecificationStructure

Syntax for building a mutable specifications based on command-line arguments

The fragments should be declared as a result of the "def is(commandLine: CommandLine)" method

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommandLineArguments
  2. SpecificationStructure
  3. MutableFragmentBuilder
  4. MutableHeaderBuilder
  5. MutableArgumentsBuilder
  6. FragmentsFactory
  7. FragmentBuilder
  8. SpecificationStructure
  9. ContextualSpecificationStructure
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def is(commandLine: CommandLine): Any

Concrete 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 addFragment(fragment: Fragment): Fragment

  5. def addFragmentBlock(f: ⇒ Fragment): Fragment

  6. def addFragments(fragments: Fragments): Fragments

  7. def addFragmentsBlock(fs: ⇒ Fragments): Fragments

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def decorate(is: SpecStructure, env: Env): SpecStructure

    Definition Classes
    SpecificationStructure
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

    Attributes
    protected
    Definition Classes
    FragmentsFactory
  15. def fragments: (Env) ⇒ Fragments

  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. def is: SpecStructure

    Definition Classes
    SpecificationStructure → SpecificationStructure
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def map(fs: ⇒ Fragments, env: Env): Fragments

    modify the fragments, using the current environment

    modify the fragments, using the current environment

    Definition Classes
    SpecificationStructure
  21. def map(fs: ⇒ Fragments): Fragments

    modify the fragments

    modify the fragments

    Definition Classes
    SpecificationStructure
  22. def map(structure: SpecStructure): SpecStructure

    modify the specification structure

    modify the specification structure

    Definition Classes
    SpecificationStructure
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def setArguments(a: Arguments): Arguments

    Definition Classes
    MutableArgumentsBuilder
  27. def setTitle(t: String): SpecHeader

    Definition Classes
    MutableHeaderBuilder
  28. def specificationFragments: (Env) ⇒ Fragments

    Definition Classes
    MutableFragmentBuilder
  29. def specificationStructure: (Env) ⇒ SpecStructure

    Definition Classes
    MutableFragmentBuilder
  30. def structure: (Env) ⇒ SpecStructure

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SpecificationStructure

Inherited from MutableFragmentBuilder

Inherited from MutableHeaderBuilder

Inherited from MutableArgumentsBuilder

Inherited from FragmentsFactory

Inherited from FragmentBuilder

Inherited from SpecificationStructure

Inherited from AnyRef

Inherited from Any

Ungrouped