Searched defs:operationCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/modelmbean/
H A DUnserializableTargetObjectTest.java62 int operationCount; field in class:UnserializableTargetObjectTest.Resource
65 operationCount++;
137 if (resource1.operationCount != 1)
138 throw new Exception("operationCount: " + resource1.operationCount);

Completed in 45 milliseconds