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

Basic plugin config #17

Closed jzelenjak closed 2 years ago

jzelenjak commented 2 years ago

Description of changes made

Why is merge request needed

This merge request is needed because in order for our team to actually start working on our plugin, we must have some sort of a basic template. This merge request addresses exactly that: it creates a template for Tool Window, Settings and Generating Tests For Class. Now the team can work on the plugin relying on those templates. In addition, Java plugin dependency has been added, so that java-related classes of IntelliJ can be used.

Closes #14

Other notes

What is missing?

jzelenjak commented 2 years ago

TestGenie plugin template is now in in development branch and is ready for the next sprint