org.specs2.specification

mutable

package mutable

Visibility
  1. Public
  2. All

Type Members

  1. trait CommandLineArguments extends SpecificationStructure

    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

    Syntax for building a mutable specifications based on the current environment

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

    ForEachWithCommandLine trait, adapted for mutable specifications

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

    Mutable specification features

Ungrouped