org.specs2
package org.specs2
Type members
Classlikes
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 ImmutableSpecificationStructure with S2StringContext1 with AcceptanceDsl1 with MustMatchers with Expectations with ArgumentsCreation with ArgumentsShortcuts with FormattingFragments with StandardResults with ExpectedResults
abstract
Immutable Specification class
Immutable Specification class
It contains all necessary functionalities to create specifications:
- create fragments
- create expectations
trait SpecificationLike extends ImmutableSpecificationStructure with SpecificationCreation with SpecificationFeatures