Lines Matching full:test
57 printf("Test %d Failed: %s\n", test_id, msg); \
60 printf("Test %d Passed: %s\n", test_id, msg); \
72 printf("Test %d Failed: Error msg is incorrect\n", test_id); in test_handler_called()
79 printf("Test %d Failed: Error msg is incorrect\n", test_id); in test_handler_called()
86 printf("Test %d Failed: Error msg is incorrect\n", test_id); in test_handler_called()
110 // Test case 1: Normal length in main()
116 // Test case 2: Length with exact buffer size in main()
123 // Test case 3: Length with insufficient buffer in main()
130 // Test case 4: Length of empty string in main()
136 // Test case 5: Length with Null string in main()
142 // Test case 6: Length with zero buffer size in main()