mill.testrunner

package mill.testrunner

Members list

Type members

Classlikes

Attributes

Source
DiscoverTestsMain.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object Framework

Attributes

Source
Framework.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Framework.type

Attributes

Source
GetTestTasksMain.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class TestArgs(framework: String, classpath: Seq[Path], arguments: Seq[String], sysProps: Map[String, String], outputPath: Path, resultPath: Path, colored: Boolean, testCp: Seq[Path], globSelectors: Either[Seq[String], (Option[String], Path, Path)], logLevel: LogLevel)

Attributes

Companion
object
Source
Model.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TestArgs

Attributes

Companion
class
Source
Model.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TestArgs.type
case class TestResult(fullyQualifiedName: String, selector: String, duration: Long, status: String, exceptionName: Option[String], exceptionMsg: Option[String], exceptionTrace: Option[Seq[StackTraceElement]])

Attributes

Companion
object
Source
Model.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TestResult

Attributes

Companion
class
Source
Model.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TestResult.type
object TestRunner

Attributes

Source
TestRunner.scala
Supertypes
class Object
trait Matchable
class Any
Self type
TestRunner.type

Attributes

Source
TestRunnerMain0.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
TestRunnerUtils.scala
Supertypes
class Object
trait Matchable
class Any
Self type