Class: AdLint::Cc1::TrivialTestEvidence

Inherits:
TestEvidence show all
Defined in:
lib/adlint/cc1/value.rb

Instance Method Summary collapse

Instance Method Details

#emit_context_messages(report, loc) ⇒ Object



345
346
347
348
349
# 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?Boolean

Returns:

  • (Boolean)


341
342
343
# File 'lib/adlint/cc1/value.rb', line 341

def fulfilled?
  true
end