Packages

p

org

specs2

package specs2

Package Members

  1. package control
  2. package io
  3. package matcher
  4. package mutable
  5. package reporter
  6. package runner
  7. package specification

Type Members

  1. abstract class Spec extends SpecLike

    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
  3. abstract class Specification extends SpecificationLike

    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

Ungrouped