Searched refs:tokenPool (Results 1 – 1 of 1) sorted by relevance
143 Collection<ITokenRequest> tokenPool = null; in shardConfig() local145 tokenPool = extractTokenTests(shardableTests); in shardConfig()155 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()162 Collection<ITokenRequest> tokenPool = null; in shardConfig() local164 tokenPool = extractTokenTests(shardableTests); in shardConfig()177 new TestsPoolPoller(shardableTests, tokenPool, tracker); in shardConfig()363 List<ITokenRequest> tokenPool = new ArrayList<>(); in extractTokenTests() local369 tokenPool.add((ITokenRequest) test); in extractTokenTests()373 return tokenPool; in extractTokenTests()