You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?