Netbeans has a built in junit test harness with automated junit test
creation, packaging and execution. How do I get eclipse to work with a
junit this way? Is there a quick tutorial somewhere for a helloworld
application where you can generate and execute a junit test. It doesn't
seem to work out of the box, creating a junit test creates a class that
imports junit.framework.TestCase; and it can't even resolve the import.
Any help would be appreciated.