I debug the CoreTutorial.java step by step final Runnable targetInstance = (Runnable) targetClass.newInstance(); targetInstance.run();
when these lines were executed, it means our test target was executed, then I noticed the value of probe arrays in variable store in class RuntimeData changed, like [true,true,true,false,true,true], how it works? I didn't find how the RuntimeData value been changed -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/1bda1eb6-e73b-4d2f-9b2e-a61063b1f168n%40googlegroups.com.
