Manifest

case class Manifest(manifestFileName: String, parentPath: String, testsFolderPath: Path, testName: TestSelector, validatorVersion: ValidatorVersion, timeout: FiniteDuration, verbose: VerboseLevel)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def run(): IO[ExitCode]

Inherited methods

Inherited from:
Product