Module: DTR::Agent

Defined in:
lib/dtr/agent.rb,
lib/dtr/agent/brain.rb,
lib/dtr/agent/herald.rb,
lib/dtr/agent/runner.rb,
lib/dtr/agent/worker.rb,
lib/dtr/agent/rails_ext.rb,
lib/dtr/agent/test_case.rb,
lib/dtr/agent/test_unit.rb,
lib/dtr/agent/process_root.rb,
lib/dtr/agent/working_status.rb,
lib/dtr/agent/working_env_ext.rb

Defined Under Namespace

Modules: RailsExt, TestCaseExt, WorkingEnvExt, WorkingStatus Classes: Brain, Herald, ProcessRoot, Runner, TestCase, UnknownTestError, Worker

Class Method Summary collapse

Class Method Details

.start(action = :hypnotize) ⇒ Object



34
35
36
# File 'lib/dtr/agent.rb', line 34

def start(action=:hypnotize)
  Brain.new.send(action)
end