Searched refs:getShardsSerials (Results 1 – 5 of 5) sorted by relevance
515 assertEquals(2, mContext.getShardsSerials().size()); in testRun_sharding_firstModuleRunsAll()562 assertEquals(2, mContext.getShardsSerials().size()); in testRun_sharding_parallelRun()615 assertEquals(0, mContext.getShardsSerials().size()); in testRun_sharding_withIndex()
197 public Map<Integer, List<String>> getShardsSerials(); in getShardsSerials() method
358 public Map<Integer, List<String>> getShardsSerials() { in getShardsSerials() method in InvocationContext
206 getInvocationContext().getShardsSerials().entrySet()) { in invocationEnded()
214 Map<Integer, List<String>> serialsShards = holder.context.getShardsSerials(); in writeResults()