class Tunit::Empty

Attributes

location[RW]

Where was the empty test

Public Instance Methods

result_code() click to toggle source
# File lib/tunit/assertion_errors.rb, line 29
def result_code
  "_"
end
result_label() click to toggle source
# File lib/tunit/assertion_errors.rb, line 33
def result_label
  "Empty"
end