class Swiftrail::Testrail::Error::Ambiguity
Public Class Methods
new(test_case, swift_tests)
click to toggle source
Calls superclass method
# File lib/swiftrail/testrail/errors.rb, line 7 def initialize(test_case, swift_tests) super("Test Case (#{test_case} from junit report, corresponds to multiple swift tests #{swift_tests}") end