Packages

t

info.kwarc.mmt.test.testers

ArchiveTester

trait ArchiveTester extends BaseTester with ActionTester

trait implementing testing for archives

Source
ArchiveTester.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArchiveTester
  2. ActionTester
  3. BaseTester
  4. Logger
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val archives: Seq[String]

    set of archives to be installed

  2. abstract val controller: Controller
    Definition Classes
    BaseTester
  3. abstract def main(): Unit

    runs the test properly, to be implemented by test class

    runs the test properly, to be implemented by test class

    Definition Classes
    BaseTester

Concrete 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getArchive(id: String): Archive

    gets an Archive instance given an ID

    gets an Archive instance given an ID

    Attributes
    protected
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def handleLine(s: String, showLog: Boolean = true): Unit

    handle a single line in the controller

    handle a single line in the controller

    Definition Classes
    ActionTester
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def init(): Unit

    sets up the test

    sets up the test

    Definition Classes
    BaseTester
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def log(e: Error): Unit

    logs an error - always logged

    logs an error - always logged

    Attributes
    protected
    Definition Classes
    Logger
  16. def log(s: ⇒ String, subgroup: Option[String] = None): Unit

    logs a message with this logger's logprefix

    logs a message with this logger's logprefix

    Attributes
    protected
    Definition Classes
    Logger
  17. def logError(s: ⇒ String): Unit

    log as an error message

    log as an error message

    Attributes
    protected
    Definition Classes
    Logger
  18. def logGroup[A](a: ⇒ A): A

    wraps around a group to create nested logging

    wraps around a group to create nested logging

    Attributes
    protected
    Definition Classes
    Logger
  19. def logPrefix: String
    Definition Classes
    BaseTesterLogger
  20. def logTemp(s: ⇒ String): Unit

    temporary logging - always logged

    temporary logging - always logged

    Attributes
    protected
    Definition Classes
    Logger
  21. def main(args: Array[String]): Unit

    main entry point when running this test in a stand-alone fashion

    main entry point when running this test in a stand-alone fashion

    Definition Classes
    BaseTester
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def report: Report
    Definition Classes
    BaseTesterLogger
  26. def run(): Boolean

    runs the test safely

    runs the test safely

    Definition Classes
    BaseTester
  27. def shouldHandleLine(s: String): Unit

    handle a line and assert that it should properly run

    handle a line and assert that it should properly run

    Definition Classes
    ActionTester
  28. def shouldInstallArchives(): Unit

    check that all the archives get installed properly

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def test[T](s: String, test: ⇒ T): T

    runs a test or aborts if needed

    runs a test or aborts if needed

    Definition Classes
    BaseTester
  31. lazy val testBranch: Option[String]
    Attributes
    protected
  32. def testError(message: String, causedBy: Option[Throwable] = None): TestError

    logs an error

    logs an error

    Definition Classes
    BaseTester
  33. def testWarn(msg: ⇒ String): Unit

    logs a warning

    logs a warning

    Definition Classes
    BaseTester
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ActionTester

Inherited from BaseTester

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped