Package

org.specs2.specification

mutable

Permalink

package mutable

Visibility
  1. Public
  2. All

Type Members

  1. trait CommandLineArguments extends SpecificationStructure

    Permalink

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

    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

  2. trait Environment extends SpecificationStructure

    Permalink

    Syntax for building a mutable specifications based on the current environment

  3. trait ExecutionEnvironment extends SpecificationStructure

    Permalink

    Syntax for building a mutable specifications based on the current environment

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

    Permalink

    ForEachWithCommandLine trait, adapted for mutable specifications

  5. trait SpecificationFeatures extends specification.SpecificationFeatures with MustThrownMatchers with ShouldThrownMatchers

    Permalink

    Mutable specification features

Ungrouped