Lines Matching refs:FILE
126 // The default output file for XML output.
164 "by a colon and an output file name or directory. A directory "
168 "within that directory, with file-names based on the test "
243 AssertHelper::AssertHelper(TestPartResultType type, const char* file,
245 : type_(type), file_(file), line_(line), message_(message) {
289 // Returns the name of the requested output file, or the default if none
1713 // We have no info about the source file where the exception
2163 printf("%s", file_name == NULL ? "unknown file" : file_name);
2516 // This class generates an XML output file.
2553 static void PrintXmlTestInfo(FILE* out,
2558 static void PrintXmlTestCase(FILE* out, const TestCase* test_case);
2561 static void PrintXmlUnitTest(FILE* out, const UnitTest* unit_test);
2570 // The output file.
2580 fprintf(stderr, "XML output file may not be null\n");
2588 FILE* xmlout = NULL;
2617 "Unable to open file \"%s\"\n",
2699 void XmlUnitTestResultPrinter::PrintXmlTestInfo(FILE* out,
2737 void XmlUnitTestResultPrinter::PrintXmlTestCase(FILE* out,
2759 void XmlUnitTestResultPrinter::PrintXmlUnitTest(FILE* out,
2804 // Pushes the given source file location and message onto a per-thread
2807 ScopedTrace::ScopedTrace(const char* file, int line, const Message& message) {
2809 trace.file = file;
2915 msg << "\n" << trace.file << ":" << trace.line << ": " << trace.message;