Package

org

specs2

Permalink

package specs2

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Spec extends SpecLike

    Permalink

    Lightweight specification with only 3 implicit methods

    Lightweight specification with only 3 implicit methods

    • 2 implicits to create the specification string context
    • 1 implicit to create expectations with "must"
    • 1 implicit to add arguments to the specification
  2. trait SpecLike extends ImmutableSpecificationStructure with S2StringContext1 with AcceptanceDsl1 with MustMatchers1 with ArgumentsCreation with ArgumentsShortcuts with FormattingFragments with StandardResults with StandardMatchResults

    Permalink
  3. abstract class Specification extends SpecificationLike

    Permalink

    Immutable Specification class

    Immutable Specification class

    It contains all necessary functionalities to create specifications:

    • create fragments
    • create expectations
  4. trait SpecificationLike extends ImmutableSpecificationStructure with SpecificationCreation with SpecificationFeatures

    Permalink

Value Members

  1. package control

    Permalink
  2. package matcher

    Permalink
  3. package mutable

    Permalink
  4. package reporter

    Permalink
  5. package runner

    Permalink
  6. package specification

    Permalink

Ungrouped