object
Tests
Type Members
-
final
case class
Argument(framework: Option[TestFramework], args: List[String]) extends TestOption with Product with Serializable
-
final
case class
Cleanup(cleanup: (ClassLoader) ⇒ Unit) extends TestOption with Product with Serializable
-
final
case class
Exclude(tests: Iterable[String]) extends TestOption with Product with Serializable
-
final
case class
Execution(options: Seq[TestOption], parallel: Boolean, tags: Seq[(Tag, Int)]) extends Product with Serializable
-
final
case class
Filter(filterTest: (String) ⇒ Boolean) extends TestOption with Product with Serializable
-
final
case class
Filters(filterTest: Seq[(String) ⇒ Boolean]) extends TestOption with Product with Serializable
-
final
case class
Group(name: String, tests: Seq[TestDefinition], runPolicy: TestRunPolicy) extends Product with Serializable
-
-
final
case class
Output(overall: TestResult.Value, events: Map[String, SuiteResult], summaries: Iterable[Summary]) extends Product with Serializable
-
final
case class
Setup(setup: (ClassLoader) ⇒ Unit) extends TestOption with Product with Serializable
-
-
final
case class
Summary(name: String, summaryText: String) extends Product with Serializable
-
-
type
TestRunnable = (String, TestFunction)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
def
Argument(args: String*): Argument
-
def
Cleanup(cleanup: () ⇒ Unit): Cleanup
-
object
InProcess extends TestRunPolicy with Product with Serializable
-
def
Setup(setup: () ⇒ Unit): Setup
-
object
SubProcess extends Serializable
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
discover(fingerprints: Seq[Fingerprint], definitions: Seq[Definition], log: Logger): (Seq[TestDefinition], Set[String])
-
def
discover(frameworks: Seq[Framework], analysis: Analysis, log: Logger): (Seq[TestDefinition], Set[String])
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
foldTasks(results: Seq[Task[Output]], parallel: Boolean): Task[Output]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeParallel(loader: ClassLoader, runnables: Iterable[(String, TestFunction)], setupTasks: Task[Unit], tags: Seq[(Tag, Int)]): Task[Map[String, SuiteResult]]
-
def
makeSerial(loader: ClassLoader, runnables: Seq[(String, TestFunction)], setupTasks: Task[Unit], tags: Seq[(Tag, Int)]): Task[List[(String, SuiteResult)]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
def
toTask(loader: ClassLoader, name: String, fun: TestFunction, tags: Seq[(Tag, Int)]): Task[Map[String, SuiteResult]]
-
def
toTasks(loader: ClassLoader, runnables: Seq[(String, TestFunction)], tags: Seq[(Tag, Int)]): Task[Map[String, SuiteResult]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
showResults(log: Logger, results: Output, noTestsMessage: ⇒ String): Unit