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

Function TEST

tensorflow/lite/delegates/gpu/gl/compiler/preprocessor_test.cc:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54TEST(Preprocessor, CornerCases) {
55 EXPECT_THAT(ParseInlines(""), testing::ElementsAre());
56 EXPECT_THAT(ParseInlines("text text"), testing::ElementsAre());
57 EXPECT_THAT(ParseInlines("$$"), testing::ElementsAre(""));
58}
59
60TEST(Preprocessor, One) {
61 EXPECT_THAT(ParseInlines("$text$"), testing::ElementsAre("text"));

Callers

nothing calls this directly

Calls 5

ParseInlinesFunction · 0.85
RewriteInlinesFunction · 0.85
AddRewriteMethod · 0.80
okMethod · 0.45
RewriteMethod · 0.45

Tested by

no test coverage detected