Class: TTK::Strategies::Test

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

Overview

A strategy to test them all.

Instance Attribute Summary

Attributes inherited from Strategy

#status, #symtbl

Instance Method Summary collapse

Methods inherited from Proxy

#create

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