Method: JavaMethod::JMockStubMethodWriter#add_boolean_getter_stub_positive_case_to

Defined in:
lib/java_testing_guff/qdox_extensions.rb

#add_boolean_getter_stub_positive_case_to(body) ⇒ Object



383
384
385
# File 'lib/java_testing_guff/qdox_extensions.rb', line 383

def add_boolean_getter_stub_positive_case_to(body)
    body.line("stubs().method(\"#{name}\").will(returnValue(true));")
end