final case class TestCase(testname: Path, execs: Seq[Array[String]], testVectors: Seq[TestVector]) extends Product with Serializable
This holds all information about one test case
- testname
full path of test's exec-file.
- execs
sequence of steps which will be executed when this test case is run.
- testVectors
test vectors. These are checked after all steps are executed.
- Annotations
- @SuppressWarnings()
- Alphabetic
- By Inheritance
- TestCase
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TestCase(testname: Path, execs: Seq[Array[String]], testVectors: Seq[TestVector])
- testname
full path of test's exec-file.
- execs
sequence of steps which will be executed when this test case is run.
- testVectors
test vectors. These are checked after all steps are executed.
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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val execs: Seq[Array[String]]
- def execsToString(prefix: String): String
Reporting: execs to pretty string
Reporting: execs to pretty string
- prefix
for each exec line
- returns
execs as pretty string
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeExecFailMsg(prefix: String, idx: Int, realArgs: Array[String]): String
Reporting: Failure message in case execution of one step failed
Reporting: Failure message in case execution of one step failed
- prefix
for whole error message
- idx
index of which step failed
- realArgs
actual arguments which were used to execute failing step (DirSuite.mapArgs)
- returns
error message as pretty string
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val testPath: Path
- val testVectors: Seq[TestVector]
- val testname: Path
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated