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 want to integrate EvoSuite generated tests to run together human written tests. Some of the human written tests use Mockito. The generated tests are kept separate from human written tests into src/test/evosuite/ folder (following to tutorial available on http://www.evosuite.org/documentation/tutorial-part-2/).
Context
I want to integrate EvoSuite generated tests to run together human written tests. Some of the human written tests use Mockito. The generated tests are kept separate from human written tests into
src/test/evosuite/
folder (following to tutorial available on http://www.evosuite.org/documentation/tutorial-part-2/).OBS: This issue is similar to #176 (closed).
Steps to Reproduce
I created a POC project to test the behavior.
mvn evosuite:generate && mvn evosuite:export && mvn evosuite:prepare test
EvoSuite Arguments
Complete command to reproduce behavior:
Current Result
Expected result
Additional info
This behavior seems unstable. There are times when the error occurs and others do not.
Detail 1: The error never occurs on
/tmp/
folder.cd /tmp && rm -rf evosuite-junit-mockito-sample && git clone [email protected]:rogeriogentil/evosuite-junit-mockito-sample.git && cd evosuite-junit-mockito-sample && mvn evosuite:generate -Dcuts=rogeriogentil.service.AuthenticationImpl && mvn evosuite:export && mvn evosuite:prepare test
Detail 2: Sometimes new test suites are created, sometimes don't.
evosuite:prepare
(file.scaffolding_list.tmp
not always is generated):The text was updated successfully, but these errors were encountered: