Class: Maze::Hooks::InternalHooks
- Inherits:
-
Object
- Object
- Maze::Hooks::InternalHooks
show all
- Defined in:
- lib/maze/hooks/hooks.rb
Overview
Base class for hooks internal to Maze Runner
Instance Method Summary
collapse
Instance Method Details
#after(_scenario) ⇒ Object
67
|
# File 'lib/maze/hooks/hooks.rb', line 67
def after(_scenario); end
|
#after_all ⇒ Object
69
|
# File 'lib/maze/hooks/hooks.rb', line 69
def after_all; end
|
#at_exit ⇒ Object
71
|
# File 'lib/maze/hooks/hooks.rb', line 71
def at_exit; end
|
#before(_scenario) ⇒ Object
65
|
# File 'lib/maze/hooks/hooks.rb', line 65
def before(_scenario); end
|
#before_all ⇒ Object
63
|
# File 'lib/maze/hooks/hooks.rb', line 63
def before_all; end
|
#pre_complete(_scenario) ⇒ Object
66
|
# File 'lib/maze/hooks/hooks.rb', line 66
def pre_complete(_scenario); end
|