TestFramework

sbt.TestFramework
See theTestFramework companion class
object TestFramework

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(implClassNames: String*): TestFramework
def createTestFunction(loader: ClassLoader, taskDef: TaskDef, runner: TestRunner, testTask: Task): TestFunction
def getFingerprints(framework: Framework): Seq[Fingerprint]
def matches(a: Fingerprint, b: Fingerprint): Boolean
def testMap(frameworks: Seq[Framework], tests: Seq[TestDefinition]): Map[Framework, Set[TestDefinition]]
def testTasks(frameworks: Map[TestFramework, Framework], runners: Map[TestFramework, Runner], testLoader: ClassLoader, tests: Vector[TestDefinition], log: ManagedLogger, listeners: Vector[TestReportListener]): (() => Unit, Vector[(String, TestFunction)], TestResult => () => Unit)
def toString(f: Fingerprint): String

Deprecated methods

def createTestLoader(classpath: Seq[File], scalaInstance: ScalaInstance, tempDir: File): ClassLoader

Attributes

Deprecated
true