You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing a large experiment with EvoSuite. I am manually compiling generated test cases with javac command.
I found the compile error message like follow.
ZooKeeperService_ESTest.java:51: error: a type with the same simple name is already defined by the single-type-import of Future
The reason is due to the following two import statements
I am wondering if there is the option to print test suite without import so that all class name will be printed with the form of fully qualified name. (I am running EvoSuite on Apache ZooKeeper, just so you know.)
The text was updated successfully, but these errors were encountered:
Context
I am doing a large experiment with EvoSuite. I am manually compiling generated test cases with javac command.
I found the compile error message like follow.
The reason is due to the following two import statements
I am wondering if there is the option to print test suite without import so that all class name will be printed with the form of fully qualified name. (I am running EvoSuite on Apache ZooKeeper, just so you know.)
The text was updated successfully, but these errors were encountered: