Cannot find `EvoMaster_Test.java` file in the output folder
Hi, On running EvoMaster blackbox on my macOS (Apple M1Pro, 13.1) for petstore online API, I am getting the following four files as output:
- EvoMaster_fault_representatives_Test.java
- EvoMaster_faults_Test.java
- EvoMaster_others_Test.java
- EvoMaster_successes_Test.java
However, when my colleague runs the same version of the jar file in their Windows machine, they get the following four files as output:
- EvoMaster_faults_Test.java
- EvoMaster_others_Test.java
- EvoMaster_successes_Test.java
- EvoMaster_Test.java
Could you kindly shed some light on why I am not getting the EvoMaster_Test.java file in the output directory? Could it be because of java version issue as I am using java 11.0.18 (mentioned below), while they were using an old version of java (1.8).
Other important info:
- version of EvoMaster (EM) used: black-box mode, version 1.6.1
- how EM is run (eg, if from JAR or from one of its OS installers): downloaded the jar file
- version of applicable runtimes (eg, JVM, NodeJS and .Net). For Java, can paste the output of
java --version
java 11.0.18 2023-01-17 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.18+9-LTS-195)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.18+9-LTS-195, mixed mode)
- command-line options used to run EM
java -jar evomaster.jar --blackBox true --bbSwaggerUrl file:///Users/swagatam/Desktop/misc/AAT/RAFT_v2/data/petstore/swagger.json --outputFormat JAVA_JUNIT_4 --writeStatistics true --maxTime 120s
Hi.
thx for reporting this bug. EvoMaster_Test.java shouldn't had been generated, as it does not have a classifying label between EvoMaster and Test. I ll look into it. thx