class AdLint::Cc1::TrivialTestEvidence

Public Instance Methods

emit_context_messages(report, loc) click to toggle source
# File lib/adlint/cc1/value.rb, line 345
def emit_context_messages(report, loc)
  # NOTE: Evidence of the test result about SingleValue is trivial.
  #       So, nothing to be complemented.
  []
end
fulfilled?() click to toggle source
# File lib/adlint/cc1/value.rb, line 341
def fulfilled?
  true
end