Home | History | Annotate | Download | only in googletest

Lines Matching refs:test_id

4334 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) {
4335 return (test_id % total_shards) == shard_index;