module TestFaultLocationDetector::AlwaysFailAssertion

Private Instance Methods

assert_always_failed() click to toggle source
# File test-unit-3.3.4/test/test-fault-location-detector.rb, line 46
def assert_always_failed
  assert_true(false)
end