Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ExpectDoesNotContainStr
Function
ExpectDoesNotContainStr
tensorflow/js/ops/ts_op_gen_test.cc:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void ExpectDoesNotContainStr(StringPiece s, StringPiece expected) {
35
EXPECT_FALSE(absl::StrContains(s, expected))
36
<<
"'"
<< s <<
"' does not contain '"
<< expected <<
"'"
;
37
}
38
39
constexpr char kBaseOpDef[] = R"(
40
op {
Callers
1
TEST
Function · 0.85
Calls
1
StrContains
Function · 0.50
Tested by
no test coverage detected