Home
last modified time | relevance | path

Searched refs:succeedMethodNames (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/test/java/test/
DInvokedMethodNameListener.java17 private final List<String> succeedMethodNames = new ArrayList<>(); field in InvokedMethodNameListener
34 succeedMethodNames.add(method.getTestMethod().getConstructorOrMethod().getName()); in afterInvocation()
52 return succeedMethodNames; in getSucceedMethodNames()