case class Main(printStandard_?: (Output) ⇒ Boolean = Defaults.printStandard_?, printSummary: TestResultLogger = Defaults.printSummary, printStandard: TestResultLogger = Defaults.printStandard, printFailures: TestResultLogger = Defaults.printFailures, printNoTests: TestResultLogger = Defaults.printNoTests) extends TestResultLogger with Product with Serializable
sbt's default TestResultLogger
. Use copy()
to change selective portions.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Main
- Serializable
- Serializable
- Product
- Equals
- TestResultLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Main(printStandard_?: (Output) ⇒ Boolean = Defaults.printStandard_?, printSummary: TestResultLogger = Defaults.printSummary, printStandard: TestResultLogger = Defaults.printStandard, printFailures: TestResultLogger = Defaults.printFailures, printNoTests: TestResultLogger = Defaults.printNoTests)
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
onlyIf(f: (Output, String) ⇒ Boolean, otherwise: TestResultLogger = TestResultLogger.Null): TestResultLogger
Only allow invocation if certain criteria is met, else use another
TestResultLogger
(defaulting to nothing) .Only allow invocation if certain criteria is met, else use another
TestResultLogger
(defaulting to nothing) .- Definition Classes
- TestResultLogger
- val printFailures: TestResultLogger
- val printNoTests: TestResultLogger
- val printStandard: TestResultLogger
- val printStandard_?: (Output) ⇒ Boolean
- val printSummary: TestResultLogger
-
def
run(log: Logger, results: Output, taskName: String): Unit
Perform logging.
Perform logging.
- log
The target logger to write output to.
- results
The test results about which to log.
- taskName
The task about which we are logging. Eg. "my-module-b/test:test"
- Definition Classes
- Main → TestResultLogger
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
unless(f: (Output, String) ⇒ Boolean, otherwise: TestResultLogger = TestResultLogger.Null): TestResultLogger
Allow invocation unless a certain predicate passes, in which case use another
TestResultLogger
(defaulting to nothing) .Allow invocation unless a certain predicate passes, in which case use another
TestResultLogger
(defaulting to nothing) .- Definition Classes
- TestResultLogger
-
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
- @throws( ... ) @native()