Lines Matching refs:str1
233 `EXPECT_STREQ(`*`str1`*`,`*`str2`*`)` \
234 `ASSERT_STREQ(`*`str1`*`,`*`str2`*`)`
236 Verifies that the two C strings *`str1`* and *`str2`* have the same contents.
240 `EXPECT_STRNE(`*`str1`*`,`*`str2`*`)` \
241 `ASSERT_STRNE(`*`str1`*`,`*`str2`*`)`
243 Verifies that the two C strings *`str1`* and *`str2`* have different contents.
247 `EXPECT_STRCASEEQ(`*`str1`*`,`*`str2`*`)` \
248 `ASSERT_STRCASEEQ(`*`str1`*`,`*`str2`*`)`
250 Verifies that the two C strings *`str1`* and *`str2`* have the same contents,
255 `EXPECT_STRCASENE(`*`str1`*`,`*`str2`*`)` \
256 `ASSERT_STRCASENE(`*`str1`*`,`*`str2`*`)`
258 Verifies that the two C strings *`str1`* and *`str2`* have different contents,