Package

com.epam.reportportal.scalatest

domain

Permalink

package domain

Visibility
  1. Public
  2. All

Type Members

  1. case class SuiteData(suiteId: String, portalId: String) extends Product with Serializable

    Permalink
  2. case class TestContext(launchName: String, launchID: Maybe[String], isLaunchFailed: Boolean, suitPassed: ConcurrentHashMap[String, Boolean], rootIdsOfSuites: ConcurrentHashMap[String, Maybe[String]]) extends Product with Serializable

    Permalink

Ungrouped