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 → PrettyPrinterBase
  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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

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

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

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

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

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

    Definition Classes
    Any
  9. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

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

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

    Definition Classes
    TripleEqualsSupport
  12. def alert: Alerter

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

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

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

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

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

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

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  19. def assert(condition: Boolean): Unit

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  20. def assertResult(expected: Any)(actual: Any): Unit

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

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

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

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  24. def assume(condition: Boolean): Unit

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  25. def asterisk: (TestDriver.this)#Doc

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

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

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

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

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

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

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

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

    Definition Classes
    Assertions
  34. def cancel(): Nothing

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

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

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

    Definition Classes
    PrettyPrinterBase
  38. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TripleEqualsSupport
  52. val defaultIndent: Int

    Definition Classes
    PrettyPrinterBase
  53. val defaultWidth: Int

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

    Definition Classes
    PrettyPrinterBase
  55. 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
  56. def dot: (TestDriver.this)#Doc

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

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  65. final def execute: Unit

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

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

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

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

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

    Definition Classes
    Assertions
  71. def fail(): Nothing

    Definition Classes
    Assertions
  72. 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
  73. def fillcat(ds: Seq[(TestDriver.this)#Doc]): (TestDriver.this)#Doc

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

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

    Definition Classes
    PrettyPrinterBase
  76. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  82. def hashCode(): Int

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

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

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

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

    Attributes
    protected
    Definition Classes
    FunSuiteLike
  87. def info: Informer

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Informing
  88. 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
  89. def intercept[T <: AnyRef](f: ⇒ Any)(implicit manifest: Manifest[T]): T

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  97. 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
  98. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): Constraint[A, B]

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  104. def markup: Documenter

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

    The maximum language level we support.

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

    Definition Classes
    PrettyPrinterBase
  107. 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.

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

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

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

    Definition Classes
    Suite → AbstractSuite
  111. def note: Notifier

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

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

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

    Definition Classes
    PrettyPrinterBase
  115. def pending: PendingNothing

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

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

    Definition Classes
    PrettyPrinterBase
  118. 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
  119. def plus: (TestDriver.this)#Doc

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

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

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

    Definition Classes
    PrettyPrinterBase
  123. 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
  124. def question: (TestDriver.this)#Doc

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

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

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

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

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

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

    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  131. 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
  132. def runNestedSuites(args: Args): Status

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

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

    Attributes
    protected
    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  135. 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
  136. 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
  137. def semi: (TestDriver.this)#Doc

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

    Definition Classes
    PrettyPrinterBase
  139. 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
  140. def softbreak: (TestDriver.this)#Doc

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

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  149. final val styleName: String

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

    Definition Classes
    Suite
  151. def suiteName: String

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

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

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

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

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

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

    Definition Classes
    FunSuiteLike → Suite → AbstractSuite
  158. 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
  159. def testsFor(unit: Unit): Unit

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

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

    Definition Classes
    PrettyPrinterBase
  162. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Assertions
  176. 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