Packages

o

mill.testrunner

TestRunner

object TestRunner

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestRunner
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Result(fullyQualifiedName: String, selector: String, duration: Long, status: String, exceptionName: Option[String] = None, exceptionMsg: Option[String] = None, exceptionTrace: Option[Seq[StackTraceElement]] = None) extends Product with Serializable
  2. case class TestArgs(framework: String, classpath: Seq[String], arguments: Seq[String], sysProps: Map[String, String], outputPath: String, colored: Boolean, testCp: String, homeStr: String, globSelectors: Seq[String]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def discoverTests(cl: ClassLoader, framework: Framework, classpath: api.Loose.Agg[Path]): api.Loose.Agg[(Class[_], Fingerprint)]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def framework(frameworkName: String)(cl: ClassLoader): Framework
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def globFilter(selectors: Seq[String]): (Class[_]) => Boolean
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def listClassFiles(base: Path): Iterator[String] with AutoCloseable
  16. def main(args: Array[String]): Unit
  17. def matchFingerprints(cl: ClassLoader, cls: Class[_], fingerprints: Array[Fingerprint], isModule: Boolean): Option[(Class[_], Fingerprint)]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def runTestFramework(frameworkInstances: (ClassLoader) => Framework, entireClasspath: api.Loose.Agg[Path], testClassfilePath: api.Loose.Agg[Path], args: Seq[String], testReporter: TestReporter, classFilter: (Class[_]) => Boolean)(implicit ctx: Log with Home): (String, Seq[Result])
  22. def runTestFramework(frameworkInstances: (ClassLoader) => Framework, entireClasspath: api.Loose.Agg[Path], testClassfilePath: api.Loose.Agg[Path], args: Seq[String], testReporter: TestReporter)(implicit ctx: Log with Home): (String, Seq[Result])
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. object Result extends Serializable
  29. object TestArgs extends Serializable

Deprecated Value Members

  1. def frameworks(frameworkNames: Seq[String])(cl: ClassLoader): Seq[Framework]
    Annotations
    @deprecated
    Deprecated

    (Since version mill after 0.9.6) Use framework instead.

  2. def runTests(frameworkInstances: (ClassLoader) => Seq[Framework], entireClasspath: api.Loose.Agg[Path], testClassfilePath: api.Loose.Agg[Path], args: Seq[String], testReporter: TestReporter)(implicit ctx: Log with Home): (String, Seq[Result])
    Annotations
    @deprecated
    Deprecated

    (Since version mill after 0.9.6) Use runTestFramework instead.

Inherited from AnyRef

Inherited from Any

Ungrouped