object TestInternals
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestInternals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
executeTasks(processConfig: ProcessConfig, discoveredTests: DiscoveredTests, eventHandler: EventHandler, logger: Logger): Unit
Execute the test tasks.
Execute the test tasks.
- processConfig
Configures whether tests should be run in a forked JVM or in process.
- discoveredTests
The tests that were discovered.
- eventHandler
Handler that reacts on messages from the testing frameworks.
- logger
Logger receiving test output.
- lazy val filteredLoader: FilteredLoader
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFingerprints(frameworks: Array[Framework]): (Set[PrintInfo[SubclassFingerprint]], Set[PrintInfo[AnnotatedFingerprint]])
- def getFramework(loader: ClassLoader, classNames: List[String], logger: Logger): Option[Framework]
- def getRunner(framework: Framework, testClassLoader: ClassLoader): Runner
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matchingFingerprints(subclassPrints: Set[PrintInfo[SubclassFingerprint]], annotatedPrints: Set[PrintInfo[AnnotatedFingerprint]], d: Discovered): Set[PrintInfo[Fingerprint]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
potentialTests(analysis: CompileAnalysis): Seq[ClassLike]
Filter all the
Definitions fromanalysis, returning all the potential test suites.Filter all the
Definitions fromanalysis, returning all the potential test suites. Only top levelClassLikes are eligible as test suites. It is then the job of the test frameworks to distinguish test suites from the rest.- analysis
The analysis containing all the definition
- returns
All the potential test suites found in
analysis.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )