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. final class JUnitRunner extends Runner

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

  4. class JUnitSuite extends JUnitSuiteLike

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

  5. trait JUnitSuiteLike extends Suite with AssertionsForJUnit

    Implementation trait for class JUnitSuite, which represents a suite of tests that can be run with either JUnit or ScalaTest.

  6. class JUnitTestFailedError extends AssertionFailedError with exceptions.StackDepth with exceptions.ModifiableMessage[JUnitTestFailedError] with PayloadField with ModifiablePayload[JUnitTestFailedError]

    Exception that indicates a test failed.

  7. class JUnitWrapperSuite extends Suite

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

  8. trait MustMatchersForJUnit extends MustMatchers with AssertionsForJUnit

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

  9. trait ShouldMatchersForJUnit extends Matchers 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.

Deprecated Value Members

  1. object MustMatchersForJUnit extends MustMatchersForJUnit

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

  2. object ShouldMatchersForJUnit extends ShouldMatchersForJUnit

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

Ungrouped