Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java166 logInclusion(result ? "Including" : "Excluding", "method", methodName + "()"); in includeMethodFromIncludeExclude()
177 private void logInclusion(String including, String type, String name) { in logInclusion() method in XmlMethodSelector
381 logInclusion("Including", "method ", methodName); in init()