note description: "Objects that wrap constants used in AutoTest" author: "" date: "$Date$" revision: "$Revision$" class AUT_CONSTANTS feature -- Printing time_passed_mark: STRING = "-- Time passed: " -- String used in proxy log to mark the passing of every minute itp_start_time_message: STRING = "-- Interpreter started after: " -- String used in proxy log to mark the time of every intepreter start exception_thrown_message: STRING = "-- Exception thrown after: " -- String used in proxy log to mark the time elpased until an exception is thrown end