Searched refs:afterNames (Results 1 – 2 of 2) sorted by relevance
124 MyClassListener.afterNames.clear(); in classListenerShouldWork()130 assertThat(MyClassListener.afterNames).containsExactly("Derived1", "Derived2"); in classListenerShouldWork()136 MyClassListener.afterNames.clear(); in classListenerShouldWorkFromAnnotation()140 assertThat(MyClassListener.afterNames).containsExactly("ClassListenerSample"); in classListenerShouldWorkFromAnnotation()
13 public static final List<String> afterNames = new ArrayList<>(); field in MyClassListener22 afterNames.add(testClass.getRealClass().getSimpleName()); in onAfterClass()