scala.tools.nsc.interactive.tests

Tester

class Tester extends AnyRef

Source
Tester.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Tester
  2. AnyRef
  3. Any
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. def != (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def askAndListen [T, U] (msg: String, arg: T, op: (T, Response[U]) ⇒ Unit): Unit

  8. def askReload (sfs: SourceFile*): Unit

  9. def askScopeCompletion (pos: Position): Unit

  10. def askTypeAt (pos: Position): Unit

  11. def askTypeCompletion (pos: Position): Unit

  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. val compiler : Global

  14. def doTest (sfidx: Int, changes: Seq[Change], testPositions: Seq[Int], otherTest: () ⇒ Unit): Option[ErrorTrace]

  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def minimize (etrace: ErrorTrace): Unit

  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. val rand : Random

  26. def randomBatchesPerSourceFile (): Int

  27. def randomChangesPerBatch (): Int

  28. def randomDelayMillis : Int

  29. def randomNumChars (): Int

  30. def randomPositionIn (sf: SourceFile): Int

  31. def randomSourceFileIdx (): Int

  32. val reporter : StoreReporter

  33. def run (): Unit

  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. val testComment : String

  36. def testFileChanges (sfidx: Int): Unit

  37. def toString (): String

    Definition Classes
    AnyRef → Any
  38. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any