ciselab / TestGenie

TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
MIT License
1 stars 0 forks source link

Button to actually run evosuite when showing cached tests #169

Closed martinmladenov closed 2 years ago

martinmladenov commented 2 years ago

Description of changes made

Added a way to force the lazy test case generation via a button in the test case UI.

Slightly modified the test case display UI.

Why is merge request needed

To allow the user to generate new tests if they don't like the cached ones.

Other notes

Closes #135