Packages

class Tester extends AnyRef

Source
Tester.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tester
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tester(ntests: Int, inputs: Array[SourceFile], settings: Settings)

Type Members

  1. class Change extends AnyRef
  2. case class ErrorTrace(sfidx: Int, changes: collection.Seq[Change], infos: Set[Info], content: Array[Char]) extends Product with Serializable

Value Members

  1. def askAndListen[T, U](msg: String, arg: T, op: (T, Response[U]) => Unit): Unit
  2. def askReload(sfs: SourceFile*): Unit
  3. def askScopeCompletion(pos: Position): Unit
  4. def askTypeAt(pos: Position): Unit
  5. def askTypeCompletion(pos: Position): Unit
  6. val compiler: Global
  7. def doTest(sfidx: Int, changes: collection.Seq[Change], testPositions: collection.Seq[Int], otherTest: () => Unit): Option[ErrorTrace]
  8. def minimize(etrace: ErrorTrace): Unit
  9. val rand: Random
  10. def randomBatchesPerSourceFile(): Int
  11. def randomChangesPerBatch(): Int
  12. def randomDelayMillis: Int
  13. def randomNumChars(): Int
  14. def randomPositionIn(sf: SourceFile): Int
  15. def randomSourceFileIdx(): Int
  16. val reporter: StoreReporter
  17. def run(): Unit
  18. val testComment: String
  19. def testFileChanges(sfidx: Int): Unit