class JunitModel::TestCase
A TestCase
is the atomic unit of a Junit file
Public Instance Methods
passed?()
click to toggle source
# File lib/junit_model/models.rb, line 62 def passed? failure.nil? end
A TestCase
is the atomic unit of a Junit file
# File lib/junit_model/models.rb, line 62 def passed? failure.nil? end