Class: Uttk::Strategies::JUnit

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

Overview

I’m not currently usable, I will be fixed soon.

Instance Attribute Summary

Attributes inherited from Strategy

#status

Instance Method Summary collapse

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) ⇒ JUnit

Returns a new instance of JUnit.



18
19
20
21
22
23
# File 'lib/uttk/strategies/JUnit.rb', line 18

def initialize ( *a, &b )
  super
  @failure = true
  @output = ""
  @result = { }
end