MCPcopy Create free account
hub / github.com/LibreOffice/core / callMethod

Method callMethod

qadevOOo/runner/lib/MultiMethodTest.java:361–365  ·  view source on GitHub ↗

Just calls the method test.

(String method)

Source from the content-addressed store, hash-verified

359 * Just calls the <code>method</code> test.
360 */
361 private void callMethod(String method)
362 {
363 methCalled.add(method);
364 invokeTestMethod(getMethodFor(method), method);
365 }
366
367 /**
368 * Invokes a test method of the subclass using reflection API. Handles

Callers 1

executeMethodMethod · 0.95

Calls 3

invokeTestMethodMethod · 0.95
getMethodForMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected