Packages

t

info.kwarc.mmt.test.testers

CheckTester

trait CheckTester extends BaseTester

implements testing of individual files

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

Abstract Value Members

  1. abstract val controller: Controller
    Definition Classes
    BaseTester
  2. 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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def init(): Unit

    sets up the test

    sets up the test

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

    logs an error - always logged

    logs an error - always logged

    Attributes
    protected
    Definition Classes
    Logger
  14. 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
  15. def logError(s: ⇒ String): Unit

    log as an error message

    log as an error message

    Attributes
    protected
    Definition Classes
    Logger
  16. 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
  17. def logPrefix: String
    Definition Classes
    BaseTesterLogger
  18. def logTemp(s: ⇒ String): Unit

    temporary logging - always logged

    temporary logging - always logged

    Attributes
    protected
    Definition Classes
    Logger
  19. 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
  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. def report: Report
    Definition Classes
    BaseTesterLogger
  24. def run(): Boolean

    runs the test safely

    runs the test safely

    Definition Classes
    BaseTester
  25. def shouldCheck(archiveID: String, files: String*)(onlyfiles: Boolean = false, mayfail: List[String] = Nil, mustfail: List[String] = Nil): Unit

    Checks a set of files inside an archive

    Checks a set of files inside an archive

    archiveID

    ID of the archive that we should check files in

    files

    Set of files to check in

    onlyfiles

    If set to true, only build those files expliticly

    mayfail

    a list of archives that are ignored in the return value of the error

    mustfail

    a list of archives that may not file in the return value of the error

  26. def shouldClearTarget(archiveID: String, dimensionName: String): Unit

    Checks that a given dimension is deleted from an archive

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. 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
  29. def testError(message: String, causedBy: Option[Throwable] = None): TestError

    logs an error

    logs an error

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

    logs a warning

    logs a warning

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

Inherited from BaseTester

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped