org.scalatest

junit

package junit

Visibility
  1. Public
  2. All

Type Members

  1. trait AssertionsForJUnit extends Assertions

    Trait that contains ScalaTest's basic assertion methods, suitable for use with JUnit.

  2. class JUnit3Suite extends TestCase with Suite with AssertionsForJUnit

    A Suite that is also a junit.framework.TestCase.

  3. class JUnitRunner extends Runner

    A JUnit Runner that knows how to run any ScalaTest Suite.

  4. trait JUnitSuite extends Suite with AssertionsForJUnit

    A suite of tests that can be run with either JUnit or ScalaTest.

  5. class JUnitTestFailedError extends AssertionFailedError with StackDepth with ModifiableMessage[JUnitTestFailedError]

    Exception that indicates a test failed.

  6. class JUnitWrapperSuite extends Suite

    A wrapper to allow JUnit tests to be run by the ScalaTest runner.

  7. trait MustMatchersForJUnit extends MustMatchers with AssertionsForJUnit

    Trait that makes ScalaTest's MustMatchers DSL syntax available for use with JUnit.

  8. trait ShouldMatchersForJUnit extends ShouldMatchers with AssertionsForJUnit

    Trait that makes ScalaTest's ShouldMatchers DSL syntax available for use with JUnit.

Value Members

  1. object AssertionsForJUnit extends AssertionsForJUnit

    Companion object that facilitates the importing of AssertionsForJUnit members as an alternative to mixing it in.

  2. object MustMatchersForJUnit extends MustMatchersForJUnit

    Companion object that facilitates the importing of MustMatchersForJUnit members as an alternative to mixing it in.

  3. object ShouldMatchersForJUnit extends ShouldMatchersForJUnit

    Companion object that facilitates the importing of ShouldMatchersForJUnit members as an alternative to mixing it in.