Class: Uttk::Strategies::Test
- Includes:
- Concrete
- Defined in:
- lib/uttk/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
#<<, #contents, #create, #initialize_copy, #initialize_test
Methods inherited from Strategy
#abort, #assign, #clean_instance_variables, #display_unexpected_exc, #display_unexpected_synflow_exc, #fail, #initialize_flow_factory, #name=, #pass, #raise_error, #reject, #run, #running?, #skip, #skip_if_cached, #skip_wrt_rpath_and_rpath_exclude, #strategy, #strategy=, #symbols=, #symtbl, #symtbl=, #testify, #timeout=, to_form, #to_s, to_yaml_type, #wclass=
Constructor Details
#initialize(*a, &b) ⇒ Test
FIXME: add support to test filter
21 22 23 24 |
# File 'lib/uttk/strategies/Test.rb', line 21 def initialize(*a, &b) super @outfile = nil end |