Class: DeepTest::UI::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/deep_test/ui/null.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Null

Returns a new instance of Null.



4
5
# File 'lib/deep_test/ui/null.rb', line 4

def initialize(options)
end

Instance Method Details

#dispatch_finished(method_name) ⇒ Object



13
14
# File 'lib/deep_test/ui/null.rb', line 13

def dispatch_finished(method_name)
end

#dispatch_starting(method_name) ⇒ Object



10
11
# File 'lib/deep_test/ui/null.rb', line 10

def dispatch_starting(method_name)
end

#distributed_failover_to_local(method, exception) ⇒ Object



7
8
# File 'lib/deep_test/ui/null.rb', line 7

def distributed_failover_to_local(method, exception)
end