Searched refs:foundClasses (Results 1 – 3 of 3) sorted by relevance
61 int foundClasses = 0; in testClassUnloadEvent() local103 foundClasses = reply.getNextValueAsInt(); in testClassUnloadEvent()104 logWriter.println("=> Found clases: " + foundClasses); in testClassUnloadEvent()123 if (foundClasses > 0) { in testClassUnloadEvent()124 fail("Tested class was found after ClasUnload event: count=" + foundClasses); in testClassUnloadEvent()131 if (foundClasses <= 0) { in testClassUnloadEvent()132 fail("No ClassUnload event, but tested class not found: count=" + foundClasses); in testClassUnloadEvent()
34 val foundClasses = mutableListOf<String>() in checkForAtomicFu() constant42 foundClasses += e.name // report error at the end with all class names in checkForAtomicFu()46 if (foundClasses.isNotEmpty()) { in checkForAtomicFu()
79 val foundClasses = mutableListOf<String>() in checkForAtomicFu() constant87 foundClasses += e.name // report error at the end with all class names in checkForAtomicFu()91 if (foundClasses.isNotEmpty()) { in checkForAtomicFu()