Class: DeepTest::UI::Null
- Inherits:
-
Object
- Object
- DeepTest::UI::Null
- Defined in:
- lib/deep_test/ui/null.rb
Instance Method Summary collapse
- #dispatch_finished(method_name) ⇒ Object
- #dispatch_starting(method_name) ⇒ Object
- #distributed_failover_to_local(method, exception) ⇒ Object
-
#initialize(options) ⇒ Null
constructor
A new instance of Null.
Constructor Details
#initialize(options) ⇒ Null
Returns a new instance of Null.
4 5 |
# File 'lib/deep_test/ui/null.rb', line 4 def initialize() 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 |