Searched refs:expected_string (Results 1 – 2 of 2) sorted by relevance
45 const char *expected_string; member384 if (t != NULL && x509_format_tests[idx].expected_string) { in test_x509_time()386 x509_format_tests[idx].expected_string, in test_x509_time()387 strlen(x509_format_tests[idx].expected_string))) { in test_x509_time()389 idx, x509_format_tests[idx].expected_string, t->length, in test_x509_time()
1602 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ argument1603 EXPECT_TRUE(PrintToString(value) == (expected_string)) \