Class: CExpectationsHook
- Inherits:
-
Mumukit::Templates::MulangExpectationsHook
- Object
- Mumukit::Templates::MulangExpectationsHook
- CExpectationsHook
- Defined in:
- lib/expectations_hook.rb
Instance Method Summary collapse
Instance Method Details
#default_smell_exceptions ⇒ Object
8 9 10 |
# File 'lib/expectations_hook.rb', line 8 def default_smell_exceptions LOGIC_SMELLS + FUNCTIONAL_SMELLS + OBJECT_ORIENTED_SMELLS + ['HasWrongCaseIdentifiers'] end |
#language ⇒ Object
4 5 6 |
# File 'lib/expectations_hook.rb', line 4 def language 'C' end |
#parse_response(response) ⇒ Object
12 13 14 |
# File 'lib/expectations_hook.rb', line 12 def parse_response(response) super.uniq end |