Searched refs:TEST_ENDS_WITH (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp203 #define TEST_ENDS_WITH(suffix, correct_rest, result) \ macro
208 TEST_ENDS_WITH( _T(""), _T("Hello, world!"), true );
209 TEST_ENDS_WITH( _T("!"), _T("Hello, world"), true );
210 TEST_ENDS_WITH( _T(", world!"), _T("Hello"), true );
211 TEST_ENDS_WITH( _T("ello, world!"), _T("H"), true );
212 TEST_ENDS_WITH( _T("Hello, world!"), _T(""), true );
213 TEST_ENDS_WITH( _T("very long string"), _T(""), false );
214 TEST_ENDS_WITH( _T("?"), _T(""), false );
215 TEST_ENDS_WITH( _T("Hello, world"), _T(""), false );
216 TEST_ENDS_WITH( _
218 #undef TEST_ENDS_WITH macro
[all...]

Completed in 279 milliseconds