Class: Uttk::Strategies::Test

Inherits:
Proxy show all
Includes:
Concrete
Defined in:
lib/uttk/strategies/Test.rb

Overview

A strategy to test them all.

Instance Attribute Summary

Attributes inherited from Strategy

#status

Instance Method Summary collapse

Methods inherited from Proxy

#create

Methods inherited from Composite

#<<, #contents, #create, #initialize_copy, #initialize_test

Methods inherited from Strategy

#abort, #assert_cmd, #assign, #clean_instance_variables, #display_unexpected_exc, #display_unexpected_synflow_exc, #fail, #initialize_flow_factory, #mk_system_runner, #name=, #pass, #raise_error, #reject, #run, #running?, #skip, #skip_if_cached, #skip_pass, #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