catalysts.scalatest

testkit

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. trait Discipline extends Checkers

  2. trait LawChecks extends lawkit.LawChecks with Discipline

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

  4. sealed trait TestInstances extends AnyRef

  5. trait TestKit extends LawKit with testkit.TestKit

  6. trait TestProps extends PropSpec with PropertyChecks with Test

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

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

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

Ungrouped