class AbstractRunner extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractRunner
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbstractRunner(config: Config, testSourcePath: String, fileManager: FileManager)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from AbstractRunner to any2stringadd[AbstractRunner] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (AbstractRunner, B)
- Implicit
- This member is added by an implicit conversion from AbstractRunner to ArrowAssoc[AbstractRunner] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def banner: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val config: Config
- val debug: Boolean
-
def
ensuring(cond: (AbstractRunner) ⇒ Boolean, msg: ⇒ Any): AbstractRunner
- Implicit
- This member is added by an implicit conversion from AbstractRunner to Ensuring[AbstractRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (AbstractRunner) ⇒ Boolean): AbstractRunner
- Implicit
- This member is added by an implicit conversion from AbstractRunner to Ensuring[AbstractRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AbstractRunner
- Implicit
- This member is added by an implicit conversion from AbstractRunner to Ensuring[AbstractRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): AbstractRunner
- Implicit
- This member is added by an implicit conversion from AbstractRunner to Ensuring[AbstractRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val fileManager: FileManager
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AbstractRunner to StringFormat[AbstractRunner] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def issueSummaryReport(): Unit
- val javaCmdPath: String
- val javaOpts: String
- val javacCmdPath: String
- val log: ConsoleLog
-
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()
- def onFinishTest(testFile: File, result: TestState, durationMs: Long): TestState
-
val
partestCmd: String
- Attributes
- protected
- val pathSettings: PathSettings
-
val
printSummary: Boolean
- Attributes
- protected
- def reportTest(state: TestState, info: TestInfo, durationMs: Long, diffOnFail: Boolean, logOnFail: Boolean): List[String]
- def resetTestNumber(max: Int = -1): Unit
-
def
run(): Boolean
Run the tests and return the success status
- def runTest(testFile: File): TestState
- def runTestsForFiles(kindFiles: Array[File], kind: String): Array[TestState]
- val scalacExtraArgs: Seq[String]
- val scalacOpts: String
- def showAllJVMInfo(): Unit
- def statusLine(state: TestState, durationMs: Long): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val terse: Boolean
-
final
val
testSourcePath: String
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def verbose(msg: ⇒ String): Unit
- val verbose: Boolean
-
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()
-
def
→[B](y: B): (AbstractRunner, B)
- Implicit
- This member is added by an implicit conversion from AbstractRunner to ArrowAssoc[AbstractRunner] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc