MCPcopy Create free account
hub / github.com/e2wugui/zeze / checkCurrentCount

Method checkCurrentCount

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Test.java:197–199  ·  view source on GitHub ↗
(String stepName)

Source from the content-addressed store, hash-verified

195 }
196
197 private boolean checkCurrentCount(String stepName) {
198 return checkCurrentCount(stepName, true);
199 }
200
201 private boolean checkCurrentCount(String stepName, boolean resetExpectCount) {
202 var CurrentCount = getCurrentCount();

Callers 3

testConcurrentMethod · 0.95
runTraceMethod · 0.95
checkMethod · 0.95

Calls 9

getCurrentCountMethod · 0.95
errorsSumMethod · 0.95
getErrorsStringMethod · 0.95
formatMethod · 0.80
getMethod · 0.65
clearMethod · 0.65
appendMethod · 0.45
logMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected