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

Method executeMethod

qadevOOo/runner/lib/MultiMethodTest.java:347–356  ·  view source on GitHub ↗

Checks if the method was called, and if not, call it. On contrary to requiredMethod(), he method doesn't check its status.

(String method)

Source from the content-addressed store, hash-verified

345 * On contrary to requiredMethod(), he method doesn't check its status.
346 */
347 protected void executeMethod(String method)
348 {
349 if (!isCalled(method))
350 {
351 log.println("Execute: " + method);
352 callMethod(method);
353 log.println(method + ": " + tRes.getStatusFor(method));
354 log.println();
355 }
356 }
357
358 /**
359 * Just calls the <code>method</code> test.

Callers 15

runMethod · 0.95
requiredMethodMethod · 0.95
_revokeImplementationMethod · 0.80
_wasNullMethod · 0.80
_deleteRowMethod · 0.80
_updateRowMethod · 0.80
_cancelRowUpdatesMethod · 0.80
_insertRowMethod · 0.80
_clearWarningsMethod · 0.80
beforeMethod · 0.80
_removeEventListenerMethod · 0.80
_disposeMethod · 0.80

Calls 4

isCalledMethod · 0.95
callMethodMethod · 0.95
getStatusForMethod · 0.80
printlnMethod · 0.65

Tested by

no test coverage detected