MCPcopy Create free account
hub / github.com/btraceio/btrace / test

Method test

integration-tests/src/test/java/tests/RuntimeTest.java:141–145  ·  view source on GitHub ↗
(String testApp, String testScript, int checkLines, ResultValidator v)

Source from the content-addressed store, hash-verified

139 }
140
141 @SuppressWarnings("DefaultCharset")
142 public void test(String testApp, String testScript, int checkLines, ResultValidator v)
143 throws Exception {
144 test(testApp, testScript, null, checkLines, v);
145 }
146
147 @SuppressWarnings("DefaultCharset")
148 public void test(

Callers 14

testWithJfrMethod · 0.95
testOSMBeanMethod · 0.80
testOnProbeMethod · 0.80
testOnTimerMethod · 0.80
testOnTimerArgMethod · 0.80
testOnExitMethod · 0.80
testOnMethodMethod · 0.80
testOnMethodLevelMethod · 0.80
testOnMethodReturnMethod · 0.80
testOnMethodSubclassMethod · 0.80
testProbeArgsMethod · 0.80

Calls 14

attachMethod · 0.95
addAllMethod · 0.80
joinMethod · 0.80
addMethod · 0.65
validateMethod · 0.65
toStringMethod · 0.45
removeMethod · 0.45
startMethod · 0.45
startsWithMethod · 0.45
setMethod · 0.45
printlnMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected