UtestExampleTestSuite

mill.testkit.UtestExampleTestSuite
object UtestExampleTestSuite extends TestSuite

Attributes

Source
UtestExampleTestSuite.scala
Graph
Supertypes
class TestSuite
trait TestSuitePlatformSpecific
trait TestSuiteVersionSpecific
trait Executor
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def utestAfterAll(): Unit

Attributes

Inherited from:
Executor
def utestAfterEach(path: Seq[String]): Unit

Attributes

Inherited from:
Executor
def utestBeforeEach(path: Seq[String]): Unit

Attributes

Inherited from:
Executor
def utestFormatter: Formatter

Attributes

Inherited from:
TestSuite
def utestWrap(path: Seq[String], runBody: => Future[Any])(implicit ec: ExecutionContext): Future[Any]

Attributes

Inherited from:
Executor

Deprecated and Inherited methods

transparent inline def apply(inline expr: Unit): Tests

Attributes

Deprecated
Use `utest.Tests{...}` instead
Inherited from:
TestSuiteVersionSpecific

Concrete fields

val daemonMode: Boolean

Attributes

Source
UtestExampleTestSuite.scala
val millExecutable: Path

Attributes

Source
UtestExampleTestSuite.scala
val tests: Tests

Attributes

Source
UtestExampleTestSuite.scala

Attributes

Source
UtestExampleTestSuite.scala