I tried to create JUnit Test Suite in eclipse by following the steps- Right click on the source folder -> New -> Other -> JUnit Test Suit. The issue is I am not getting the test classes under the comment 'Test classes to include in suite'(no class is there) even though I have created Java application and corresponding JUnit test classes under the source folder.
In my source folder under default package - Application name - test.java JUnit test class - testTest.java and testTest1.java
As the JUnit test classes are not coming under the comment 'Test classes to include in suite', I am unable to create JUnit Test Suite.
Can anybody please help me to resolve this issue as I am new to JUnit?