Update JMUnit TestSuite with New Test Classes

Once you have created a test suite there is a possibility to update the suite test cases. To update JMUnit test suite right click the Project folder and select the Update JMUnit Test Suite... option.

Update JMUnit

The Update Test Suite Wizard lists all available test cases in the current project. The selected entries are the currently added test cases and the unselected ones are other test cases available for adding.

Update JMUnit Wizard

After pressing Finish the editor will open the updated test suite class as shown bellow:

JMUnit Suite