Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DMethodHelper.java31 private static final Map<ITestNGMethod[], Graph<ITestNGMethod>> GRAPH_CACHE = field in MethodHelper
299 Graph<ITestNGMethod> g = GRAPH_CACHE.get(methods); in getMethodsDependedUpon()
304 GRAPH_CACHE.put(methods, g); in getMethodsDependedUpon()