Ashar, I realize this post is about a month old, but I'm trying to do something similar to you. Which of the above approaches did you take? Did it work out how you hoped? Do you have any other advice based on what you tried?
Thanks, //Kevin On Saturday, 12 April 2014 20:07:14 UTC-4, [email protected] wrote: > Thanks for the reply Marc, > > I want to confirm what I have understood. As per my understanding I need to: > > 1. Run my junit execution program that executes the whole suite with the > -javaagent command line argument as I am already doing. > > 2. After each test run, i can do either > i. Do a IAgent.dump(true) to create the exec file on disk or > ii. Do a getExecutionData(true) to get byte[]. > Then get the ExecutionDataStore from the byte array by creating a > ByteArrayInputStream to then create ExecutionDataReader and > setting > an instance of ExecutionDataStore as visitor through > setExecutionDataVisitor. > > Please let me know if this is the right way to do it. I'll give it a try the > day after. > > Regards, > Ashar -- 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]. For more options, visit https://groups.google.com/d/optout.
