Class: TTK::Strategies::JUnit

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

Overview

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

Instance Attribute Summary

Attributes inherited from Strategy

#status, #symtbl

Instance Method Summary collapse

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

Returns a new instance of JUnit.



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

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