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

Class selection for testing #7

Closed bolkhod closed 2 years ago

bolkhod commented 2 years ago

Description

As a developer, I must be able to manually select a class via TestGenie and generate tests for the entire class (i.e all its callable methods).

Definition of Done