Class: Uttk::Strategies::Abort

Inherits:
Strategy show all
Includes:
Concrete
Defined in:
lib/uttk/strategies/Abort.rb

Overview

A test strategy class which always abort.

Instance Attribute Summary

Attributes inherited from Strategy

#status

Method Summary

Methods inherited from Strategy

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

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