I have a question about using Eclipse to write an additional JUnit test case for an existing Java application.
There's a folder called "pass" which contains all of the pass tests. I create a new pass test by right clicking on the folder and going to New -> File. However, when I create the JUnit test case, the new test doesn't show up as a choice under the "class under test."
How do I create this test case in the pass folder in such a way that it will show up as as a choice in "class under test?" Thanks!
P.S. I tried doing a Project/Clean and Project/Rebuild, but it didn't help.