sbt

package sbt

Members list

Packages

Type members

Classlikes

final class ContentLogger(val log: Logger, val flush: () => Unit)

Attributes

Supertypes
class Object
trait Matchable
class Any
class JUnitXmlTestsListener(val targetDir: File, legacyTestReport: Boolean, logger: Logger) extends TestsListener

A tests listener that outputs the results it receives in junit xml report format.

A tests listener that outputs the results it receives in junit xml report format.

Value parameters

targetDir

directory in which test reports are generated

Attributes

Supertypes
class Object
trait Matchable
class Any
final class SuiteResult(val result: TestResult, val passedCount: Int, val failureCount: Int, val errorCount: Int, val skippedCount: Int, val ignoredCount: Int, val canceledCount: Int, val pendingCount: Int, val throwables: Seq[Throwable])

Provides the overall result of a group of tests (a suite) and test counts for each result type.

Provides the overall result of a group of tests (a suite) and test counts for each result type.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SuiteResult

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class TestDefinition(val name: String, val fingerprint: Fingerprint, val explicitlySpecified: Boolean, val selectors: Array[Selector])

Attributes

Supertypes
class Object
trait Matchable
class Any
abstract class TestEvent

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TestEvent

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
TestEvent.type
final class TestFramework(val implClassNames: String*) extends Serializable

Attributes

Companion
object
Supertypes
trait Serializable
class Object
trait Matchable
class Any
object TestFramework

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
abstract class TestFunction(val taskDef: TaskDef, val runner: TestRunner, fun: TestRunner => (SuiteResult, Seq[Task]))

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class TestRunner(delegate: Runner, listeners: Vector[TestReportListener], log: ManagedLogger)

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes