EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
832 stars 341 forks source link

JUnit5 support #350

Closed VoglSebastian closed 3 years ago

VoglSebastian commented 3 years ago

JUnit5 support.

Only works if Properties.USE_SEPARATE_CLASSLOADER == false.

The Property to change the classloader is not supported, because of limitation of the JUnit5 extension API