Package

catalysts.specs2

testkit

Permalink

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. trait LawChecks extends lawkit.LawChecks with Discipline

    Permalink
  2. trait Test extends testkit.TestSuite with TestSettings with ScalaCheck

    Permalink

  3. trait TestKit extends LawKit with testkit.TestKit

    Permalink
  4. trait TestProps extends Test with ScalaCheck

    Permalink
  5. trait TestSpec extends testkit.TestSpec with LawSpec with SpecificationLike with ScalaCheck with TestKit

    Permalink
  6. trait TestSuite extends Specification with LawChecks with Test with TestKit

    Permalink

    An opinionated stack of traits to improve consistency and reduce boilerplate in tests.

Ungrouped