Package

io.github.soc

testng

Permalink

package testng

Visibility
  1. Public
  2. All

Type Members

  1. class EventRecorder extends TestListenerAdapter

    Permalink
  2. case class TestNGEvent(fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, status: Status, throwable: OptionalThrowable, duration: Long) extends Event with Product with Serializable

    Permalink
  3. class TestNGFramework extends Framework

    Permalink
  4. class TestNGInstance extends AnyRef

    Permalink
  5. case class TestNGRunner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader, state: TestRunState) extends Runner with Product with Serializable

    Permalink
  6. case class TestNGTask(taskDef: TaskDef, args: Array[String], runner: TestNGRunner) extends Task with Product with Serializable

    Permalink
  7. class TestRunState extends AnyRef

    Permalink

Value Members

  1. object TestNGEvent extends Serializable

    Permalink
  2. object TestNGFingerprint extends AnnotatedFingerprint

    Permalink
  3. object TestNGInstance

    Permalink

Ungrouped