org.specs2.mutable

Type members

Classlikes

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
trait SpecLike extends BlockDsl with ArgumentsCreation with ArgumentsShortcuts with TextCreation with ActionDsl with MustThrownMatchers with Expectations with FormattingFragments with StandardResults
abstract class Specification extends SpecificationLike

Class for a Specification using the mutable DSL and thrown expectations

Class for a Specification using the mutable DSL and thrown expectations

trait Tables extends DataTables with NoBangExamples

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

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