I get a warning "Method 'init' unknown" if I have:
@BeforeClass(dependsOnMethod="init")
where the "init" method is a method of the super class (also annotated with @BeforeClass).
Description
I get a warning "Method 'init' unknown" if I have:
@BeforeClass(dependsOnMethod="init")
where the "init" method is a method of the super class (also annotated with @BeforeClass).