object TestModule
- Source
- TestModule.scala
- Alphabetic
- By Inheritance
- TestModule
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait JavaModuleBase extends BaseClass with BspModule
- trait Junit4 extends BaseClass with TestModule
TestModule that uses JUnit 4 Framework to run tests.
TestModule that uses JUnit 4 Framework to run tests. You may want to provide the junit dependency explicitly to use another version.
- trait Junit5 extends BaseClass with TestModule
TestModule that uses JUnit 5 Framework to run tests.
TestModule that uses JUnit 5 Framework to run tests. You may want to provide the junit dependency explicitly to use another version.
- trait Munit extends BaseClass with TestModule
TestModule that uses MUnit to run tests.
TestModule that uses MUnit to run tests. You need to provide the munit dependencies yourself.
- trait ScalaModuleBase extends BaseClass with Module
- trait ScalaTest extends BaseClass with TestModule
TestModule that uses ScalaTest Framework to run tests.
TestModule that uses ScalaTest Framework to run tests. You need to provide the scalatest dependencies yourself.
- trait Specs2 extends BaseClass with ScalaModuleBase with TestModule
TestModule that uses Specs2 Framework to run tests.
TestModule that uses Specs2 Framework to run tests. You need to provide the specs2 dependencies yourself.
- trait TestNg extends BaseClass with TestModule
TestModule using TestNG Framework to run tests.
TestModule using TestNG Framework to run tests. You need to provide the testng dependency yourself.
- trait Utest extends BaseClass with TestModule
TestModule that uses UTest Framework to run tests.
TestModule that uses UTest Framework to run tests. You need to provide the utest dependencies yourself.
- trait Weaver extends BaseClass with TestModule
TestModule that uses Weaver to run tests.
TestModule that uses Weaver to run tests. You need to provide the weaver dependencies yourself. https://github.com/disneystreaming/weaver-test
- trait ZioTest extends BaseClass with TestModule
TestModule that uses ZIO Test Framework to run tests.
TestModule that uses ZIO Test Framework to run tests. You need to provide the zio-test dependencies yourself.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def handleResults(doneMsg: String, results: Seq[TestResult], ctx: Env with Dest, testReportXml: Option[String], props: Option[Map[String, String]] = None): Result[(String, Seq[TestResult])]
- def handleResults(doneMsg: String, results: Seq[TestResult], ctx: Option[Env]): Result[(String, Seq[TestResult])]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def handleResults(doneMsg: String, results: Seq[TestResult]): Result[(String, Seq[TestResult])]
- Annotations
- @deprecated
- Deprecated
(Since version Mill after 0.10.2) Use other overload instead