Class Tuitest::Verifier
In: swig/lib/tuitest.rb
Parent: Object

Methods

expect   finish   log_fail   new  

Public Class methods

Public Instance methods

Verifies whether the expected text is on the expected coordinate. If failmethod equals :hard, then the execution will stop, and an error will be logged. If failmethod equals :soft, the execution continues and a warning will be logged.

Writes the verification results to the logfile and prints out a status message. If there were warnings or errors, the complete log is printed to stdout.

[Validate]