Searched refs:getSucceedMethodNames (Results 1 – 3 of 3) sorted by relevance
22 …assertThat(listener.getSucceedMethodNames()).containsExactly("beforeBaseClass", "beforeBaseClass",… in test_classes_should_be_skipped_when_a_before_class_fails()
25 assertThat(listener.getSucceedMethodNames()).containsExactly( in test_classes_should_not_be_skipped_when_a_after_method_fails()
51 public List<String> getSucceedMethodNames() { in getSucceedMethodNames() method in InvokedMethodNameListener