T
Tim Slattery
I'm stuck.
I downloaded StrutsTestCase and added it to the "Test Libraries" in my
project in Netbeans 6.8. I created an object in Test Packages in the
appropriate package. The object extends MockStrutsTestCase, as it
should. It overrides setUp(), tearDown(), and provides a constructor
as in the examples. And it has a "test..." method.
When I do Run|Test Project in NetBeans, the test class compiles, the
test console appears at the bottom of the window, and....it says "No
tests executed". I have no clue.
I downloaded StrutsTestCase and added it to the "Test Libraries" in my
project in Netbeans 6.8. I created an object in Test Packages in the
appropriate package. The object extends MockStrutsTestCase, as it
should. It overrides setUp(), tearDown(), and provides a constructor
as in the examples. And it has a "test..." method.
When I do Run|Test Project in NetBeans, the test class compiles, the
test console appears at the bottom of the window, and....it says "No
tests executed". I have no clue.