gliga / ekstazi

Software testing optimization tool
Apache License 2.0
27 stars 15 forks source link

Ekstazi did not run as expected #43

Closed youniginzu1 closed 1 year ago

youniginzu1 commented 1 year ago

I tried ekstazi to run test cases in java project with maven then:

  1. Run for the first time the passed test cases

  2. I tried changing a function that used the test function and then running it again, but now ekstazi has skipped all my tests even though I changed the function to make the test function wrong.

Am I doing something wrong? Or the project doesn't support that? Env: ekstazi 5.3, maven 4.0, junit 4.13.2 Link project: https://github.com/youniginzu1/sb-demo-with-ekstazi When I change the code in calculateSum() function in HelloService.java the test cases in HelloServiceTests.java are not run again.