Question

I am unable to find the built in JAR file in Eclipse/RSA that deals with creation of Junit Test Suite: File-> New -> Junit Test Suite

We are using RSA 8.0.2 version and with this RSA, currently the Test Suites are created in JUnit3 format by default. I have to modify this existing functionality (creating Junit3 TestSuite) to create Junit4 Test Suites with annotations.

Please can anyone help me out on this?

Was it helpful?

Solution

The New Junit Test Suite wizard page is org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage in the org.eclipse.jdt.junit plugin.

This is not going to be easy to modify. It would probably be easier the write a new plugin for a New wizard that you create.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top