Searched refs:expected_string (Results 1 – 2 of 2) sorted by relevance
45 const char *expected_string; member533 if (t != NULL && x509_format_tests[idx].expected_string) { in test_x509_time()535 x509_format_tests[idx].expected_string, in test_x509_time()536 strlen(x509_format_tests[idx].expected_string))) { in test_x509_time()538 idx, x509_format_tests[idx].expected_string, t->length, in test_x509_time()
1612 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ argument1613 EXPECT_TRUE(PrintToString(value) == (expected_string)) \