object TestInternals
- Alphabetic
- By Inheritance
- TestInternals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(cwd: AbsolutePath, forker: JvmProcessForker, classLoader: ClassLoader, discovered: Map[Framework, List[TaskDef]], args: List[TestArgument], jvmOptions: List[String], envVariables: List[String], testEventHandler: BloopTestSuiteEventHandler, logger: Logger, opts: CommonOptions): Task[Int]
Execute the test tasks in a forked JVM.
Execute the test tasks in a forked JVM.
- cwd
The directory in which to start the forked JVM
- forker
Configuration for the forked JVM
- classLoader
The class loader used for discovering the tests
- discovered
The test tasks that were discovered, grouped by their
Framework
- args
The test arguments to pass to the framework
- jvmOptions
The jvm options to run tests with.
- testEventHandler
Handler that reacts on messages from the testing frameworks
- logger
Logger receiving test output
- opts
The options to run the program with
- lazy val filteredLoader: FilteredLoader
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getFingerprints(frameworks: Seq[Framework]): (List[FingerprintInfo[SubclassFingerprint]], List[FingerprintInfo[AnnotatedFingerprint]])
- def getRunner(framework: Framework, args0: List[TestArgument], testClassLoader: ClassLoader): Runner
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lazyTestAgents(logger: Logger): Array[AbsolutePath]
- def loadFramework(l: ClassLoader, fqns: List[String], logger: Logger): Option[Framework]
- def matchingFingerprints(subclassPrints: List[FingerprintInfo[SubclassFingerprint]], annotatedPrints: List[FingerprintInfo[AnnotatedFingerprint]], d: Discovered): List[FingerprintInfo[Fingerprint]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def parseFilters(filters: List[String]): (String) => Boolean
Parses
filters
to produce a filtering function for the tests.Parses
filters
to produce a filtering function for the tests. Only the tests accepted by this filter will be run.*
is interpreter as wildcard. Each filter can start with-
, in which case it means that it is an exclusion filter.- filters
A list of strings, representing inclusion or exclusion patterns
- returns
A function that determines whether a test should be run given its FQCN.
- def potentialTests(analysis: CompileAnalysis): Seq[ClassLike]
Filter all the
Definition
s fromanalysis
, returning all the potential test suites.Filter all the
Definition
s fromanalysis
, returning all the potential test suites. Only top levelClassLike
s 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(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