Searched refs:tokenPool (Results 1 – 1 of 1) sorted by relevance
121 Collection<ITokenRequest> tokenPool = null; in shardConfig() local123 tokenPool = extractTokenTests(shardableTests); in shardConfig()128 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()134 Collection<ITokenRequest> tokenPool = null; in shardConfig() local136 tokenPool = extractTokenTests(shardableTests); in shardConfig()144 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()323 List<ITokenRequest> tokenPool = new ArrayList<>(); in extractTokenTests() local329 tokenPool.add((ITokenRequest) test); in extractTokenTests()333 return tokenPool; in extractTokenTests()