o

gapt.testing

RegressionTests

object RegressionTests extends App

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegressionTests
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def allTestCases: Seq[RegressionTestCase]
  5. final def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final val executionStart: Long
    Definition Classes
    App
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def findTestCase(pat: String): RegressionTestCase
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def leancopProofs: Seq[Path]
  17. def leancopTestCases: Seq[LeanCoPTestCase]
  18. final def main(args: Array[String]): Unit
    Definition Classes
    App
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val out: PrintWriter
  23. def prover9Proofs: Seq[Path]
  24. def prover9TestCases: Seq[Prover9TestCase]
  25. var started: Int
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. val testCases: Seq[RegressionTestCase]
  28. def theoryTestCases: Vector[TheoryTestCase]
  29. def tipProblems: Seq[Path]
  30. def tipTestCases: Seq[TipTestCase]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val total: Int
  33. def tptpProblems: Seq[Path]
  34. def tptpTestCases: Seq[TptpTestCase]
  35. def veritProofs: Seq[Path]
  36. def veritTestCases: Seq[VeriTTestCase]
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped