org.specs2

mutable

package mutable

Visibility
  1. Public
  2. All

Type Members

  1. trait After extends specification.After with DelayedInit with Scope

    This trait adds the possibility to execute the after behavior after the body of the context.

  2. trait Around extends specification.Around with DelayedInit with Scope

    This trait adds the possibility to execute the around behavior around the body of the context.

  3. trait Before extends specification.Before with DelayedInit with Scope

    This trait adds the possibility to execute the before behavior before the body of the context.

  4. trait NameSpace extends Scope

    This marker trait can be used to scope variables which should only be used for a given set of fragments

  5. abstract class Spec extends SpecLike

    Lightweight specification with only 3 implicit methods

  6. trait SpecLike extends SpecificationStructure with ExampleDsl0 with ArgumentsCreation with ArgumentsShortcuts with TextCreation with ActionDsl with MustThrownMatchers1 with FormattingFragments with StandardResults

  7. abstract class SpecWithJUnit extends Spec

    Annotations
    @RunWith()
  8. abstract class Specification extends SpecificationLike

    Class for a Specification using the mutable DSL and thrown expectations

  9. trait SpecificationLike extends SpecificationStructure with SpecificationCreation with SpecificationFeatures

  10. abstract class SpecificationWithJUnit extends Specification

    This class must be inherited to allow a Specification to be executed as a JUnit test

  11. trait Tables extends DataTables with NoBangExamples

    This trait uses the NoBangExamples trait to allow using ! on string values in a DataTable

Value Members

  1. package script

Ungrouped