MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST

Function TEST

tensorflow/lite/minimal_logging_test.cc:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace tflite {
23
24TEST(MinimalLogging, Basic) {
25 testing::internal::CaptureStderr();
26 TFLITE_LOG_PROD(TFLITE_LOG_INFO, "Foo");
27 EXPECT_EQ("INFO: Foo\n", testing::internal::GetCapturedStderr());
28}
29
30TEST(MinimalLogging, BasicFormatted) {
31 testing::internal::CaptureStderr();

Callers

nothing calls this directly

Calls 2

CaptureStderrClass · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected