Are @BeforeTestWithContext / @AfterTestWithContext supposed to work in parent classes? The method TestInitializationListenerinvokeMethodsAnnotatedWith() uses getDeclaredMethods() which only finds methods on that exact class. Should it look for methods recursively in the super classes?
Are
@BeforeTestWithContext/@AfterTestWithContextsupposed to work in parent classes? The methodTestInitializationListenerinvokeMethodsAnnotatedWith()usesgetDeclaredMethods()which only finds methods on that exact class. Should it look for methods recursively in the super classes?