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

Function TEST

test/singa/test_logging.cc:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "singa/utils/logging.h"
24
25TEST(Logging, InfoLogging) {
26 int a = 3;
27 CHECK_EQ(a, 3);
28 LOG(INFO) << "test info logging";
29}
30
31TEST(Logging, WarningLogging) {
32 int a = 4;

Callers

nothing calls this directly

Calls 2

SetLogDestinationFunction · 0.85
SetStderrLoggingFunction · 0.85

Tested by

no test coverage detected