JUnit extended class category
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone, i am extending another test class (this class in jar my classpath) in my test class. i want to run extended test class, but i am using category annotation in my tests. Due to those extended classes don't have annotation i couldn't run it. How can i run them, any idea? How can i add category them? (jar is in maven repo)