Packages

class Tester extends AnyRef

Source
Tester.scala
Linear Supertypes
AnyRef, Any
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. 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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Tester to any2stringadd[Tester] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Tester, B)
    Implicit
    This member is added by an implicit conversion from Tester to ArrowAssoc[Tester] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    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( ... ) @native()
  13. val compiler: Global
  14. def doTest(sfidx: Int, changes: Seq[Change], testPositions: Seq[Int], otherTest: () ⇒ Unit): Option[ErrorTrace]
  15. def ensuring(cond: (Tester) ⇒ Boolean, msg: ⇒ Any): Tester
    Implicit
    This member is added by an implicit conversion from Tester to Ensuring[Tester] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Tester) ⇒ Boolean): Tester
    Implicit
    This member is added by an implicit conversion from Tester to Ensuring[Tester] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Tester
    Implicit
    This member is added by an implicit conversion from Tester to Ensuring[Tester] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Tester
    Implicit
    This member is added by an implicit conversion from Tester to Ensuring[Tester] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Tester to StringFormat[Tester] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def minimize(etrace: ErrorTrace): Unit
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val rand: Random
  31. def randomBatchesPerSourceFile(): Int
  32. def randomChangesPerBatch(): Int
  33. def randomDelayMillis: Int
  34. def randomNumChars(): Int
  35. def randomPositionIn(sf: SourceFile): Int
  36. def randomSourceFileIdx(): Int
  37. val reporter: StoreReporter
  38. def run(): Unit
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. val testComment: String
  41. def testFileChanges(sfidx: Int): Unit
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. def [B](y: B): (Tester, B)
    Implicit
    This member is added by an implicit conversion from Tester to ArrowAssoc[Tester] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Tester to any2stringadd[Tester]

Inherited by implicit conversion StringFormat from Tester to StringFormat[Tester]

Inherited by implicit conversion Ensuring from Tester to Ensuring[Tester]

Inherited by implicit conversion ArrowAssoc from Tester to ArrowAssoc[Tester]

Ungrouped