module Strut

Constants

ANNOTATION_EXCEPTION
ANNOTATION_FAIL
ANNOTATION_OK
Annotation
CommandMetadata
Interaction
SCENARIO_ERROR
SCENARIO_FAIL
SCENARIO_PASS
VERSION

Public Class Methods

run(args) click to toggle source
# File lib/strut.rb, line 10
def self.run(args)
  Strut.new.run(args)
end