Class: AdLint::Cc1::TrivialTestEvidence
- Inherits:
-
TestEvidence
- Object
- TestEvidence
- AdLint::Cc1::TrivialTestEvidence
- 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 (report, loc) # NOTE: Evidence of the test result about SingleValue is trivial. # So, nothing to be complemented. [] end |
#fulfilled? ⇒ Boolean
341 342 343 |
# File 'lib/adlint/cc1/value.rb', line 341 def fulfilled? true end |