Re: junit categories annotation doesnt work for method level tests
Kevin Cooney <[email protected]> Mon, 14 Apr 2014 18:13:16 -0700
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <CAA3E+eUZpndkBKqAGPG22Lo-20QwbTZgpqcYaWDDbeC9qQefnQ@mail.gmail.com> |
My guess is that Categories uses Filters and the JUnit3 adapter doesn't properly handle filters. It would be nice to get this to work, so if you can write a test that uses pure junit that reproduces the problem we can look into it. That being said, I think you should prefer the JUnit4 APIs (the ones under org.junit) over the JUnit3 APIs.