Re: No tests found in ServletTestCase
"John Boyes" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
When I execute any tests that subclass ServletTestCase I receive a "No tests found in ServletTestCase" warning. This is because ServletTestCase is not abstract, and has no tests. Is there any reason why ServletTestCase is not abstract? If not, I might patch it locally to be abstract. Thanks, John