Closed PhamAn12 closed 1 year ago
Hi @PhamAn12,
In the snipping code above I get the result 0. Why is that? And how can I get all the lines that execute MidFunction.java with input is the JUnit test in MidFunctest? Any suggestions for me?
First, what version of GZoltar are you using?
One more thing I can't access http://gzoltar.com/ or http://gzoltar.org/. Is any site instead?
Thanks for reporting this. @ruimaranhao, could you please redirect http://gzoltar.com, http://gzoltar.org, http://www.gzoltar.com, and http://www.gzoltar.org to https://gzoltar.github.io?
Thanks, @PhamAn12 for warning us about the website. It is now up and running.
@PhamAn12 I'm closing this issues for now, please re-open it if GZoltar doesn't work as expected on your end.
Hi there, Thanks for your awesome tool and open source! I wanna use some Gzoltar API in my project. My goal is to get all of the line executed the code with an input test case. I used addClassToInstrument(), addTestToExecute(), run() method. Path to class folder is "D:\docu\thsi\projrepare\v1\target\classes". My JUnit test function is MidFunctionTest.java that writes the JUnit to execute MidFunction. The class that I want to instrument line is MyFunction The Something like that :
and that's my hierarchy of my test project In the snipping code above I get the result 0. Why is that? And how can I get all the lines that execute MidFunction.java with input is the JUnit test in MidFunctest? Any suggestions for me? One more thing I can't access http://gzoltar.com/ or http://gzoltar.org/. Is any site instead?