Searched refs:g_ctrInvocationCount (Results 1 – 1 of 1) sorted by relevance
247 static volatile int g_ctrInvocationCount; field in BasicRecordSer250 public F(int x) { this.x = x; g_ctrInvocationCount++; } in F()261 g_ctrInvocationCount = 0; // reset in testCtrNotCalled()265 assertEquals(g_ctrInvocationCount, 0); in testCtrNotCalled()