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

Function TearDownEnvironment

test/gtest/gtest-all.cc:5695–5695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5693// are for use in the ForEach() function.
5694static void SetUpEnvironment(Environment* env) { env->SetUp(); }
5695static void TearDownEnvironment(Environment* env) { env->TearDown(); }
5696
5697// Runs all tests in this UnitTest object, prints the result, and
5698// returns true if all tests are successful. If any exception is

Callers

nothing calls this directly

Calls 1

TearDownMethod · 0.45

Tested by

no test coverage detected