Packages

class Tester extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tester
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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: Seq[Change], infos: Set[Info], content: Array[Char]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def askAndListen[T, U](msg: String, arg: T, op: (T, Response[U]) ⇒ Unit): Unit
  6. def askReload(sfs: SourceFile*): Unit
  7. def askScopeCompletion(pos: Position): Unit
  8. def askTypeAt(pos: Position): Unit
  9. def askTypeCompletion(pos: Position): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. val compiler: Global
  12. def doTest(sfidx: Int, changes: Seq[Change], testPositions: Seq[Int], otherTest: () ⇒ Unit): Option[ErrorTrace]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def minimize(etrace: ErrorTrace): Unit
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val rand: Random
  24. def randomBatchesPerSourceFile(): Int
  25. def randomChangesPerBatch(): Int
  26. def randomDelayMillis: Int
  27. def randomNumChars(): Int
  28. def randomPositionIn(sf: SourceFile): Int
  29. def randomSourceFileIdx(): Int
  30. val reporter: StoreReporter
  31. def run(): Unit
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val testComment: String
  34. def testFileChanges(sfidx: Int): Unit
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped