Package

catalysts.scalatest

testkit

Permalink

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. trait Discipline extends Checkers

    Permalink
  2. trait LawChecks extends lawkit.LawChecks with Discipline

    Permalink
  3. trait Test extends testkit.TestSuite with Configuration with Matchers with TestSettings with TestInstances

    Permalink
  4. sealed trait TestInstances extends AnyRef

    Permalink
  5. trait TestKit extends LawKit with testkit.TestKit

    Permalink
  6. trait TestProps extends PropSpec with PropertyChecks with Test

    Permalink
  7. trait TestSpec extends testkit.TestSpec with LawSpec with FunSpecLike with Matchers with TestKit with GeneratorDrivenPropertyChecks

    Permalink
  8. trait TestSuite extends FunSpec with LawChecks with Test with TestKit

    Permalink

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

Ungrouped