ekstazi
ekstazi copied to clipboard
Regression Test Selection for Java
Im unit testing my android app with ekstazi gradle plugin i use kotlin, [powermock](url), [mockk](url) but test executed with this error > java.lang.NoSuchMethodError: org.ekstazi.monitor.ReflectionMonitor.hashCode(Ljava/lang/Class;)I 16:26:15.099 [DEBUG] [TestEventLogger] at kotlin.reflect.jvm.internal.components.ReflectKotlinClass.hashCode(ReflectKotlinClass.kt:73) 16:26:15.099...
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.8 to 3.0.16. Commits cf317f9 [maven-release-plugin] prepare release plexus-utils-3.0.16 26e3ae8 Remove incorrect tag element 99639d6 Little test to mimic ${project.artifactMap(g:a:c)} usage 5d46979 Needs to build with 1.7...
Hi, Getting below error when trying to run with Ant. Works well with Maven. ekstazi:select] Ekstazi Ant: version = 4.6.1 [ekstazi:select] Ekstazi Ant: jar = file:/C:/Users/wouter/R_20.1.0/lib/org.ekstazi.core-4.6.1.jar [junit] Error occurred during...
### Bug description: When using Ekstazi with maven, `force.all` and `force.failing` do not work as expected. To be more specific, if there is no code change, Ekstazi will not rerun...
Do we have support of ekstazi for scala projects using sbt? I tried adding following sbt dependencies to scala project, ran scalatests for first time and then ran scala tests...
In `ekstazi\org.ekstazi.core.test\src\main\java\org\ekstazi\it\AbstractCmd.java`, the generated maven commands will start with "mvn ...". However on Windows, directly apply this command will raise a problem ([link](https://stackoverflow.com/questions/14288185/detecting-windows-or-linux)). We add 3 lines to `AbstractCmd.java` at...
I tried compiling the project today, and got the following errors: ```[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/ekstazi/org.ekstazi.core/src/main/java/org/ekstazi/io/FileRecorder.java:[175,5] method does not override or implement a method from...
I'm using ekstazi to test [jpetstore](https://github.com/mybatis/jpetstore-6). But it uses JUnit Jupiter(JUnit 5) to write tests. So ekstazi doesn't record any tests. It seems that ekstazi's JUitCTF doesn't instrument the Test...