o

bloop.testing

TestInternals

object TestInternals

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestInternals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def execute(cwd: AbsolutePath, forker: Forker, classLoader: ClassLoader, discovered: Map[Framework, List[TaskDef]], args: List[TestArgument], userJvmOptions: List[String], testEventHandler: TestSuiteEventHandler, 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

    userJvmOptions

    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

  9. lazy val filteredLoader: FilteredLoader
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getFingerprints(frameworks: Seq[Framework]): (Set[PrintInfo[SubclassFingerprint]], Set[PrintInfo[AnnotatedFingerprint]])
  13. def getRunner(framework: Framework, args0: List[TestArgument], testClassLoader: ClassLoader): Runner
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def lazyTestAgents(logger: Logger): Array[AbsolutePath]
  17. def loadFramework(l: ClassLoader, fqns: List[String], logger: Logger): Option[Framework]
  18. def matchingFingerprints(subclassPrints: Set[PrintInfo[SubclassFingerprint]], annotatedPrints: Set[PrintInfo[AnnotatedFingerprint]], d: Discovered): Set[PrintInfo[Fingerprint]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. 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.

  23. def potentialTests(analysis: CompileAnalysis): Seq[ClassLike]

    Filter all the Definitions from analysis, returning all the potential test suites.

    Filter all the Definitions from analysis, returning all the potential test suites. Only top level ClassLikes 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.

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped