Re: JUnit extended class category
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <CALrw-PzSNbO6htc_8rSiu4CoRcpx6tT=h0RPCiVJUiNL+FbzVQ@mail.gmail.com> |
Sounds frustrating, but I don't think the base class needs the category annotation. Can you provide a small example that shows the problem you're having? Thanks, David On Tue, Oct 21, 2014 at 6:45 PM, [email protected] [junit] < [email protected]> wrote: > > > 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) > > >