ekstazi
ekstazi copied to clipboard
Regression Test Selection for Java
I tried implementing ekstazi in my project and see it picked up small set of tests while running it through ekstazi. But there was no way to see a report...
I like to integrate ekstazi in eclipse tycho tests, currently it doesn't work due urls of classes and class loading issues. Is the code going to be open sourced?
Hi Milos, I came across the following bug in Ekstazi: When you access a static field, Ekstazi is recording that we depend on the class that the access-site bytecode says...
mockito is not working well with [ekstazi](https://github.com/gliga/ekstazi). ``` org.mockito mockito-core 4.1.0 ``` ``` java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report...
Hello, I noticed that Ekstazi does not instrument methods like constructors when handling programs with "ForkMode". Why doesn't the Ekstazi tool instrument methods to collect dependencies when testing programs with...