Top Level Namespace

Defined Under Namespace

Modules: Assertion, MessageHandler, Operation, TestReportHandler Classes: TestScriptEngine, TestScriptRunnable

Instance Method Summary collapse

Instance Method Details

#finish_message_format(phase) ⇒ Object



330
331
332
# File 'lib/testscript_engine/message_handler.rb', line 330

def finish_message_format(phase)
  "FINISHED #{phase}."
end

#start_message_format(phase, *options) ⇒ Object



326
327
328
# File 'lib/testscript_engine/message_handler.rb', line 326

def start_message_format(phase, *options)
  "STARTING TO #{phase}" + (options[0] ? ": [#{options[0]}]" : '')
end