Class: Uttk::Strategies::Assert

Inherits:
Block show all
Includes:
Concrete, Test::Unit::Assertions
Defined in:
lib/uttk/strategies/Assert.rb

Instance Attribute Summary

Attributes inherited from Strategy

#status

Instance Method Summary collapse

Methods inherited from Block

create, #test=

Methods inherited from IOBased

#initialize, #stream, #stream_class=

Methods inherited from Strategy

#abort, #assign, #clean_instance_variables, #display_unexpected_exc, #display_unexpected_synflow_exc, #fail, #initialize, #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

This class inherits a constructor from Uttk::Strategies::IOBased

Instance Method Details

#add_assertionObject



36
37
38
# File 'lib/uttk/strategies/Assert.rb', line 36

def add_assertion
  @assertion_count += 1
end