module Juniter
Initial implementation based on the XSD found at llg.cubic.org/docs/junit/
Constants
- VERSION
Public Class Methods
from_file(*args)
click to toggle source
# File lib/juniter.rb, line 13 def from_file(*args) Juniter::File.from_file(*args) end
parse(*args)
click to toggle source
# File lib/juniter.rb, line 17 def parse(*args) Juniter::File.parse(*args) end
read(*args)
click to toggle source
# File lib/juniter.rb, line 9 def read(*args) Juniter::File.read(*args) end