org.kiama.example.oberon0.base

TestDriver

trait TestDriver extends Driver with TestCompilerWithConfig[ModuleDecl, Oberon0Config]

A driver for testing.

Self Type
TestDriver with SymbolTable with CompilerBase[ModuleDecl, Oberon0Config]
Source
DriverTests.scala
Linear Supertypes
TestCompilerWithConfig[ModuleDecl, Oberon0Config], FunSuiteLike, Documenting, Alerting, Notifying, Informing, Suite, Serializable, AbstractSuite, Assertions, TripleEquals, TripleEqualsSupport, Driver, PrettyPrinter, PrettyPrinterBase, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestDriver
  2. TestCompilerWithConfig
  3. FunSuiteLike
  4. Documenting
  5. Alerting
  6. Notifying
  7. Informing
  8. Suite
  9. Serializable
  10. AbstractSuite
  11. Assertions
  12. TripleEquals
  13. TripleEqualsSupport
  14. Driver
  15. PrettyPrinter
  16. PrettyPrinterBase
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AssertionsHelper extends AnyRef

    Definition Classes
    Assertions
  2. class CheckingEqualizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  3. class Doc extends ((output.PrettyPrinter.Indent, output.PrettyPrinter.Width)) ⇒ ((Int, Queue[(Int, (Boolean) ⇒ ((Int) ⇒ Trampoline[Seq[String]]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[String]]])]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[String]]]) ⇒ Trampoline[(Int, Queue[(Int, (Boolean) ⇒ ((Int) ⇒ Trampoline[Seq[String]]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[String]]])]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[String]]]] with output.PrettyPrinter.DocOps

    Definition Classes
    PrettyPrinter
  4. trait DocOps extends AnyRef

    Definition Classes
    PrettyPrinterBase
  5. class Equalizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  6. type Indent = Int

    Definition Classes
    PrettyPrinterBase
  7. type Layout = String

    Definition Classes
    PrettyPrinterBase
  8. class LegacyCheckingEqualizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  9. class LegacyEqualizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  10. trait NoArgTest extends () ⇒ Outcome with TestData

    Attributes
    protected
    Definition Classes
    Suite
  11. trait PrettyPrintable extends AnyRef

    Definition Classes
    PrettyPrinterBase
  12. type Width = Int

    Definition Classes
    PrettyPrinterBase

Abstract Value Members

  1. abstract def artefact: String

    The name of this artefact.

    The name of this artefact.

    Definition Classes
    Driver
  2. abstract def langlevel: Int

    The language level of this program.

    The language level of this program. The levels are: base: basic module structure; empty statements L0: const, var, type decls; basic types; expressions; assignment stmts L1: if and while statements L2: for and case statements L3: procedures, only local access to variables L4: arrays and records L5: L4 with unrestricted access to variables (FIXME: not implemented)

  3. abstract def tasklevel: Int

    The highest task level of this program.

    The highest task level of this program. The levels are: 1 - parsing and pretty printing (LDTA 1) 2 - name analysis (LDTA 2) 3 - type analysis (LDTA 3) 4 - desugar (LDTA 4a) 5 - optimisation (LDTA 4b) (FIXME: not implemented) 6 - C code gen (LDTA 5a)

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]

    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]

    Definition Classes
    TripleEqualsSupport
  5. final def ##(): Int

    Definition Classes
    AnyRef → Any
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  7. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Definition Classes
    TripleEqualsSupport
  8. def ===(right: Null): TripleEqualsInvocation[Null]

    Definition Classes
    TripleEqualsSupport
  9. def ===[T](right: T): TripleEqualsInvocation[T]

    Definition Classes
    TripleEqualsSupport
  10. def alert: Alerter

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Alerting
  11. def ampersand: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  12. def angles(d: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  13. def any(a: Any): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  14. implicit def anyToPrettyPrintable(a: Any): (TestDriver.this)#PrettyPrintable

    Definition Classes
    PrettyPrinterBase
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. macro def assert(condition: Boolean, clue: Any): Unit

    Definition Classes
    Assertions
  17. macro def assert(condition: Boolean): Unit

    Definition Classes
    Assertions
  18. def assertResult(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
  19. def assertResult(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
  20. macro def assertTypeError(code: String): Unit

    Definition Classes
    Assertions
  21. val assertionsHelper: (TestDriver.this)#AssertionsHelper

    Definition Classes
    Assertions
  22. macro def assume(condition: Boolean, clue: Any): Unit

    Definition Classes
    Assertions
  23. macro def assume(condition: Boolean): Unit

    Definition Classes
    Assertions
  24. def asterisk: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  25. def atsign: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  26. def backquote: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  27. def backslash: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  28. def braces(d: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  29. def brackets(d: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  30. def cancel(cause: Throwable): Nothing

    Definition Classes
    Assertions
  31. def cancel(message: String, cause: Throwable): Nothing

    Definition Classes
    Assertions
  32. def cancel(message: String): Nothing

    Definition Classes
    Assertions
  33. def cancel(): Nothing

    Definition Classes
    Assertions
  34. def caret: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  35. def cat(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  36. implicit def char(c: Char): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  37. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def colon: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  39. def comma: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  40. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  41. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  42. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  43. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  44. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  45. def convertToCheckingEqualizer[T](left: T): (TestDriver.this)#CheckingEqualizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  46. implicit def convertToEqualizer[T](left: T): (TestDriver.this)#Equalizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  47. def convertToLegacyCheckingEqualizer[T](left: T): (TestDriver.this)#LegacyCheckingEqualizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  48. def convertToLegacyEqualizer[T](left: T): (TestDriver.this)#LegacyEqualizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  49. def createConfig(args: Seq[String], emitter: Emitter = new Emitter): Oberon0Config

    In the test configuration we pretty print the source and C ASTs by default.

  50. def defaultEquality[A]: Equality[A]

    Definition Classes
    TripleEqualsSupport
  51. val defaultIndent: Int

    Definition Classes
    PrettyPrinterBase
  52. val defaultWidth: Int

    Definition Classes
    PrettyPrinterBase
  53. def dollar: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  54. def dosanitisation: Boolean

    Flag to decide whether to sanitise the output before comparison of test results with expected results (see sanitise method).

    Flag to decide whether to sanitise the output before comparison of test results with expected results (see sanitise method). Default is true; override with false if you want actual results compared.

    Definition Classes
    TestCompilerWithConfig
  55. def dot: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  56. def dquote: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  57. def dquotes(d: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  58. def empty: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  59. def enclose(l: (TestDriver.this)#Doc, d: (TestDriver.this)#Doc, r: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  60. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  61. def equal: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  62. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  63. def exclamation: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  64. final def execute: Unit

    Definition Classes
    Suite
  65. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit

    Definition Classes
    Suite
  66. def expectedTestCount(filter: Filter): Int

    Definition Classes
    Suite → AbstractSuite
  67. def fail(cause: Throwable): Nothing

    Definition Classes
    Assertions
  68. def fail(message: String, cause: Throwable): Nothing

    Definition Classes
    Assertions
  69. def fail(message: String): Nothing

    Definition Classes
    Assertions
  70. def fail(): Nothing

    Definition Classes
    Assertions
  71. def filetests(name: String, path: String, srcext: String, resext: String, optinext: Option[String] = None, indefault: String = "", argslist: Seq[Seq[String]] = Seq (Seq ())): Unit

    Make tests that process the files in path.

    Make tests that process the files in path. name is an identifying name for this set of tests. All files whose names end in srcext are processed. Processing is done by the function compile which must return either Some (s) where s is the output or None if processing failed. If srcext is .x and resext is .y, then the expected result for foo.x is found in file foo.y. If optinext is Some (z), then foo.z is used for standard input, if it exists, otherwise the string indefault is used. A test fails if either the processing fails or it succeeds with the wrong result. argslist is used to specify the sets of command-line arguments that you want to use. Each test is run with each set of arguments. The default is an empty argument list.

    Definition Classes
    TestCompilerWithConfig
  72. def fillcat(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  73. def fillsep(ds: Seq[(TestDriver.this)#Doc], sep: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  74. def fillsep(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  75. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  76. def folddoc(ds: Seq[(TestDriver.this)#Doc], f: ((TestDriver.this)#Doc, (TestDriver.this)#Doc) ⇒ (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  77. def forwslash: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  78. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  79. def group(d: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  80. def hash: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  81. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  82. def hcat(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  83. def hsep(ds: Seq[(TestDriver.this)#Doc], sep: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  84. def hsep(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  85. def ignore(testName: String, testTags: Tag*)(testFun: ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    FunSuiteLike
  86. def info: Informer

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Informing
  87. def initialiseSemanticAnalysis: Unit

    Perform initialisation of semantic analysis that is necessary before processing an AST.

    Perform initialisation of semantic analysis that is necessary before processing an AST.

    Definition Classes
    Driver
  88. def intercept[T <: AnyRef](f: ⇒ Any)(implicit manifest: Manifest[T]): T

    Definition Classes
    Assertions
  89. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  90. def langle: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  91. def lbrace: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  92. def lbracket: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  93. def line: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  94. def line(repl: (TestDriver.this)#Layout): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  95. def linebreak: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  96. def list[T](l: Seq[T], prefix: String, elemToDoc: (T) ⇒ (TestDriver.this)#Doc, sep: (TestDriver.this)#Doc, sepfn: (Seq[(TestDriver.this)#Doc], (TestDriver.this)#Doc) ⇒ (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  97. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  98. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  99. def lparen: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  100. def lsep(ds: Seq[(TestDriver.this)#Doc], sep: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  101. def lsep2(ds: Seq[(TestDriver.this)#Doc], sep: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  102. def lterm(ds: Seq[(TestDriver.this)#Doc], term: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  103. def markup: Documenter

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Documenting
  104. val maxlanglevel: Int

    The maximum language level we support.

  105. def minus: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  106. def mktests(proglang: String): Unit

    Make the tests for a given language subset.

    Make the tests for a given language subset. proglang denotes the language subset whose tests are used.

  107. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  108. def nest(d: (TestDriver.this)#Doc, j: (TestDriver.this)#Indent): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  109. def nestedSuites: IndexedSeq[Suite]

    Definition Classes
    Suite → AbstractSuite
  110. def note: Notifier

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Notifying
  111. final def notify(): Unit

    Definition Classes
    AnyRef
  112. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  113. def parens(d: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  114. def pending: PendingNothing

    Definition Classes
    Suite
  115. def pendingUntilFixed(f: ⇒ Unit): Unit

    Definition Classes
    Suite
  116. def percent: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  117. def plist(l: List[(TestDriver.this)#PrettyPrintable], prefix: String, elemToDoc: ((TestDriver.this)#PrettyPrintable) ⇒ (TestDriver.this)#Doc, sep: (TestDriver.this)#Doc, sepfn: (Seq[(TestDriver.this)#Doc], (TestDriver.this)#Doc) ⇒ (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  118. def plus: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  119. def pretty(d: (TestDriver.this)#Doc, w: (TestDriver.this)#Width): (TestDriver.this)#Layout

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  120. def pretty(p: (TestDriver.this)#PrettyPrintable): (TestDriver.this)#Layout

    Definition Classes
    PrettyPrinterBase
  121. def pretty_any(a: Any): (TestDriver.this)#Layout

    Definition Classes
    PrettyPrinterBase
  122. def pseq(l: Seq[(TestDriver.this)#PrettyPrintable], prefix: String, elemToDoc: ((TestDriver.this)#PrettyPrintable) ⇒ (TestDriver.this)#Doc, sep: (TestDriver.this)#Doc, sepfn: (Seq[(TestDriver.this)#Doc], (TestDriver.this)#Doc) ⇒ (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  123. def question: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  124. def rangle: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  125. def rbrace: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  126. def rbracket: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  127. def rerunner: Option[String]

    Definition Classes
    Suite → AbstractSuite
  128. def rparen: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  129. def run(testName: Option[String], args: Args): Status

    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  130. final def run(testName: Option[String], reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Status

    Definition Classes
    AbstractSuite
  131. def runNestedSuites(args: Args): Status

    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  132. def runTest(testName: String, args: Args): Status

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  133. def runTests(testName: Option[String], args: Args): Status

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  134. def sanitise(s: String): String

    Sanitise the output from a test.

    Sanitise the output from a test. Remove any output that doesn't make sense to this program. I.e., if we are running a program that performs tasks 1-m, then any lines marked with [p], where p > m should be removed before comparison. Also, there can be three numbers, a'la [p,q,r] where p is as before and q (r) are lower (upper) inclusive bounds on the language level to which this output should apply. If p is omitted, the output applies to all task levels. If p is given, but q and r are omitted, the output also applies to all language levels.

    Definition Classes
    TestDriverTestCompilerWithConfig
  135. def section(emitter: Emitter, name: String): Unit

    Output a section heading so that the output can be split later.

    Output a section heading so that the output can be split later.

    Definition Classes
    Driver
  136. def semi: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  137. def sep(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  138. def seq[T](l: Seq[T], prefix: String, elemToDoc: (T) ⇒ (TestDriver.this)#Doc, sep: (TestDriver.this)#Doc, sepfn: (Seq[(TestDriver.this)#Doc], (TestDriver.this)#Doc) ⇒ (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  139. def softbreak: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  140. def softline: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  141. def space: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  142. def spaces(n: Int): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  143. def squote: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  144. def squotes(d: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  145. def ssep(ds: Seq[(TestDriver.this)#Doc], sep: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  146. def sterm(ds: Seq[(TestDriver.this)#Doc], term: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  147. def string(s: String): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  148. final val styleName: String

    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  149. def suiteId: String

    Definition Classes
    Suite
  150. def suiteName: String

    Definition Classes
    Suite
  151. def surround(d: (TestDriver.this)#Doc, b: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  152. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  153. def tags: Map[String, Set[String]]

    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  154. def test(testName: String, testTags: Tag*)(testFun: ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    FunSuiteLike
  155. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData

    Definition Classes
    FunSuiteLike → Suite
  156. def testNames: Set[String]

    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  157. def testdriver(config: Oberon0Config): Unit

    Run the compiler in test mode using the given configuration.

    Run the compiler in test mode using the given configuration.

    Definition Classes
    TestCompilerWithConfig
  158. def testsFor(unit: Unit): Unit

    Attributes
    protected
    Definition Classes
    FunSuiteLike
  159. implicit def text(t: String): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  160. def tilde: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  161. def toString(): String

    Definition Classes
    AnyRef → Any
  162. def trap[T](f: ⇒ T): Throwable

    Definition Classes
    Assertions
  163. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  164. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  165. def underscore: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  166. def value(v: Any): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  167. def vcat(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  168. def verticalbar: (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  169. def vsep(ds: Seq[(TestDriver.this)#Doc], sep: (TestDriver.this)#Doc): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  170. def vsep(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  171. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  172. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  173. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  174. def withClue[T](clue: Any)(fun: ⇒ T): T

    Definition Classes
    Assertions
  175. def withFixture(test: (TestDriver.this)#NoArgTest): Outcome

    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite

Deprecated Value Members

  1. def assert(o: Option[String]): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  2. def assert(o: Option[String], clue: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  3. def assume(o: Option[String]): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  4. def assume(o: Option[String], clue: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  5. def expect(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  6. def expect(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  7. def expectResult(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

  8. def expectResult(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

  9. def product(p: Any): (TestDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.1) Use PrettyPrinter.any instead.

Inherited from FunSuiteLike

Inherited from Documenting

Inherited from Alerting

Inherited from Notifying

Inherited from Informing

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from Driver

Inherited from PrettyPrinter

Inherited from PrettyPrinterBase

Inherited from AnyRef

Inherited from Any

Ungrouped