I tried ekstazi to run test cases in java project with maven then:
Run for the first time the passed test cases
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.
I tried ekstazi to run test cases in java project with maven then:
Run for the first time the passed test cases
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.