Method: PactJUnitFormatter#stop
- Defined in:
- lib/pact_junit_formatter.rb
#stop(notification) ⇒ Object
12 13 14 |
# File 'lib/pact_junit_formatter.rb', line 12 def stop(notification) @examples = rearrange(notification.notifications.map {|n| PactExample.new(n) }) end |