org.specs2.specification.mutable

ForEachWithCommandLine

trait ForEachWithCommandLine[T] extends ForEachWithCommandLineArguments[T] with ExampleDsl

ForEachWithCommandLine trait, adapted for mutable specifications

Self Type
ForEachWithCommandLine[T] with S2StringContext
Linear Supertypes
ExampleDsl, ExampleDsl, ExampleDsl1, BlockDsl, BlockCreation, FragmentBuilder, ForEachWithCommandLineArguments[T], FragmentsFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ForEachWithCommandLine
  2. ExampleDsl
  3. ExampleDsl
  4. ExampleDsl1
  5. BlockDsl
  6. BlockCreation
  7. FragmentBuilder
  8. ForEachWithCommandLineArguments
  9. FragmentsFactory
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BangExample extends AnyRef

    Definition Classes
    ExampleDsl
  2. class BlockExample extends AnyRef

    Definition Classes
    ExampleDsl1
  3. class BlockExample1 extends (ForEachWithCommandLine.this)#BlockExample

  4. class MutableBangExample extends BangExample

    Definition Classes
    ExampleDsl
  5. class WarningForgottenOperator extends AnyRef

    Definition Classes
    BlockDsl
  6. implicit class describe extends AnyRef

    Definition Classes
    BlockDsl

Abstract Value Members

  1. abstract def addFragment(f: Fragment): Fragment

    Definition Classes
    FragmentBuilder
  2. abstract def addFragmentBlock(block: ⇒ Fragment): Fragment

    Definition Classes
    FragmentBuilder
  3. abstract def addFragments(fs: Fragments): Fragments

    Definition Classes
    FragmentBuilder
  4. abstract def addFragmentsBlock(block: ⇒ Fragments): Fragments

    Definition Classes
    FragmentBuilder
  5. abstract def foreach[R](commandLine: CommandLine)(f: (T) ⇒ R)(implicit arg0: AsResult[R]): Result

    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. implicit def ***If you see this message this means that you've forgotten an operator after the description string: you should write "example" >> result ***(s: String): (ForEachWithCommandLine.this)#WarningForgottenOperator

    adding a conflicting implicit to warn the user when a >> was forgotten

    adding a conflicting implicit to warn the user when a >> was forgotten

    Definition Classes
    BlockDsl
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. implicit def bangExample(d: String): (ForEachWithCommandLine.this)#BangExample

    Definition Classes
    ExampleDslExampleDsl
  9. implicit def blockExample(d: String): (ForEachWithCommandLine.this)#BlockExample1

    Definition Classes
    ForEachWithCommandLine → ExampleDsl1
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. implicit def foreachFunctionIsInterpolatedFragment[R](f: ⇒ (T) ⇒ R)(implicit arg0: AsResult[R]): InterpolatedFragment

  15. implicit def foreachFunctionToExecution[R](f: (T) ⇒ R)(implicit arg0: AsResult[R]): Execution

  16. def foreachWithCommandLineContext: (Env) ⇒ Context

    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments
  17. def fragmentFactory: ContextualFragmentFactory

    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArgumentsFragmentsFactory
  18. final def getClass(): Class[_]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExampleDsl

Inherited from ExampleDsl

Inherited from ExampleDsl1

Inherited from BlockDsl

Inherited from BlockCreation

Inherited from FragmentBuilder

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped