Searched refs:eventProcessor (Results 1 – 2 of 2) sorted by relevance
42 RaceConditionReproducer eventProcessor; field in RaceConditionReproducerTest46 eventProcessor = new RaceConditionReproducer(); in setup()56 eventProcessor.onEvent("B1"); in run3_3_TestAction()57 eventProcessor.onEvent("B2"); in run3_3_TestAction()58 eventProcessor.onEvent("B3"); in run3_3_TestAction()62 eventProcessor.onEvent("A1"); in run3_3_TestAction()63 eventProcessor.onEvent("A2"); in run3_3_TestAction()64 eventProcessor.onEvent("A3"); in run3_3_TestAction()76 eventProcessor.startIteration(); in test3_3()78 final boolean needMoreIterations = eventProcessor.finishIteration(); in test3_3()[all …]
55 final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence); in runTest() local61 eventProcessor.startIteration(); in runTest()63 eventProcessor.finishIteration(); in runTest()