Trait that contains ScalaTest's basic assertion methods, suitable for use with JUnit.
A Suite
that is also a junit.framework.TestCase
.
A JUnit Runner
that knows how to run any ScalaTest Suite
.
A suite of tests that can be run with either JUnit or ScalaTest.
Exception that indicates a test failed.
A wrapper to allow JUnit tests to be run by the ScalaTest runner.
Trait that makes ScalaTest's MustMatchers
DSL syntax available for use with JUnit.
Trait that makes ScalaTest's ShouldMatchers
DSL syntax available for use with JUnit.
Companion object that facilitates the importing of AssertionsForJUnit
members as
an alternative to mixing it in.
Companion object that facilitates the importing of MustMatchersForJUnit
members as
an alternative to mixing it in.
Companion object that facilitates the importing of ShouldMatchersForJUnit
members as
an alternative to mixing it in.