Searched refs:succeedMethodNames (Results 1 – 1 of 1) sorted by relevance
17 private final List<String> succeedMethodNames = new ArrayList<>(); field in InvokedMethodNameListener34 succeedMethodNames.add(method.getTestMethod().getConstructorOrMethod().getName()); in afterInvocation()52 return succeedMethodNames; in getSucceedMethodNames()