Class: TTK::Strategies::Test
- Includes:
- Concrete
- Defined in:
- lib/ttk/strategies/Test.rb
Overview
A strategy to test them all.
Instance Attribute Summary
Attributes inherited from Strategy
Instance Method Summary collapse
-
#initialize(*a, &b) ⇒ Test
constructor
FIXME: add support to test filter.
Methods inherited from Proxy
Methods inherited from Composite
#<<, #create, #initialize_test, #new_symtbl
Methods inherited from Strategy
#abort, #assign, #clean_instance_variables, #display_unexpected_exc, #display_unexpected_synflow_exc, #fail, #initialize_flow_factory, #pass, #raise_error, #reject, #run, #running?, #skip, #skip_if_cached, #strategy, #strategy=, #symbols=, #testify, #timeout=, #to_s, #wclass=
Constructor Details
#initialize(*a, &b) ⇒ Test
FIXME: add support to test filter
21 22 23 24 |
# File 'lib/ttk/strategies/Test.rb', line 21 def initialize(*a, &b) super @outfile = nil end |