org.scalatest

testng

package testng

Visibility
  1. Public
  2. All

Type Members

  1. class TestNGSuite extends TestNGSuiteLike

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

  2. trait TestNGSuiteLike extends Suite

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

  3. class TestNGWrapperSuite extends TestNGSuite

    Suite that wraps existing TestNG test suites, described by TestNG XML config files.