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

UI testing for test generation tab in tool window - 131 #178

Closed SergeyDatskiv closed 2 years ago

SergeyDatskiv commented 2 years ago

Description of changes made

Added a new test file to test the UI for the generated tests tab. The test focus on checking if all the buttons are present in the tab and if the "select all", "deselect all" and "Apply to test suite" buttons work.

Why is merge request needed

This pull request is needed to have some UI tests for the generated tests tab in tool window.

Other notes

Closes #131

What is missing?