MCPcopy Create free account
hub / github.com/apache/singa / ClearTestCaseResult

Function ClearTestCaseResult

test/gtest/gtest.h:18259–18261  ·  view source on GitHub ↗

Clears the results of all tests in the given test case.

Source from the content-addressed store, hash-verified

18257
18258 // Clears the results of all tests in the given test case.
18259 static void ClearTestCaseResult(TestCase* test_case) {
18260 test_case->ClearResult();
18261 }
18262
18263 // Runs every test in this TestCase.
18264 void Run();

Callers

nothing calls this directly

Calls 1

ClearResultMethod · 0.80

Tested by

no test coverage detected