MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / UnshuffleTests

Method UnshuffleTests

tests/gtest/gtest-all.cc:4338–4342  ·  view source on GitHub ↗

Restores the test order to before the first shuffle.

Source from the content-addressed store, hash-verified

4336
4337// Restores the test order to before the first shuffle.
4338void TestSuite::UnshuffleTests() {
4339 for (size_t i = 0; i < test_indices_.size(); i++) {
4340 test_indices_[i] = static_cast<int>(i);
4341 }
4342}
4343
4344// Formats a countable noun. Depending on its quantity, either the
4345// singular form or the plural form is used. e.g.

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected