org.scalatestplus

junit5

package junit5

Visibility
  1. Public
  2. All

Type Members

  1. trait AssertionsForJUnit extends VersionSpecificAssertionsForJUnit

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

  2. class JUnitSuite extends JUnitSuiteLike

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

  3. trait JUnitSuiteLike extends Suite with AssertionsForJUnit

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

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

    Exception that indicates a test failed in JUnit 5.

  5. class ScalaTestClassDescriptor extends AbstractTestDescriptor

    TestDescriptor for ScalaTest suite.

  6. class ScalaTestDescriptor extends AbstractTestDescriptor

    TestDescriptor for a test in ScalaTest suite.

  7. class ScalaTestEngine extends TestEngine

    ScalaTest implementation for JUnit 5 Test Engine.

  8. trait VersionSpecificAssertionsForJUnit extends Assertions

Value Members

  1. object AssertionsForJUnit extends AssertionsForJUnit

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

  2. object ScalaTestClassDescriptor

Ungrouped