Packages

c

info.kwarc.mmt.test.testers

TestErrorBuffer

class TestErrorBuffer extends ErrorHandler

an ErrorHandler that stores errors in a buffer

Source
CheckTester.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestErrorBuffer
  2. ErrorHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestErrorBuffer(controller: Controller)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <<(e: Error): Unit

    convenience for apply

    convenience for apply

    Definition Classes
    ErrorHandler
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addError(e: Error): Unit

    adds an error to this Forwarder

    adds an error to this Forwarder

    Definition Classes
    TestErrorBufferErrorHandler
  6. def apply(e: Error): Unit

    registers an error

    registers an error

    This should be called exactly once on every error, usually in the order in which they are found.

    Definition Classes
    ErrorHandler
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def catchIn(a: ⇒ Unit): Unit

    evaluates a command with this class as the exception handler

    evaluates a command with this class as the exception handler

    Definition Classes
    ErrorHandler
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAll: List[(Path, Error)]

    gets all errors and then resets this Forwarder

  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hasNewErrors: Boolean

    true if errors occurred since ~creation~ last reset

    true if errors occurred since ~creation~ last reset

    Definition Classes
    ErrorHandler
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mark: Unit
    Definition Classes
    ErrorHandler
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def noErrorsAdded: Boolean

    true if no new errors occurred since the last call to mark

    true if no new errors occurred since the last call to mark

    Definition Classes
    ErrorHandler
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def reset: Unit

    resets the internal state to an empty state

    resets the internal state to an empty state

    Definition Classes
    TestErrorBufferErrorHandler
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ErrorHandler

Inherited from AnyRef

Inherited from Any

Ungrouped