Esempio n. 1
0
        static void Main(string[] args)
        {
            bool LogExportComplete = false;

            LogVerificationTest myLogVerificationTest = new LogVerificationTest();

            myLogVerificationTest.hdlPath       = @"C:\Documents and Settings\vparikh\My Documents\HD Logs\testwin32_Logs\2504.hdl";
            myLogVerificationTest.ExportLogPath = @"C:\testExportHDLog.txt";

            LogExportComplete = myLogVerificationTest.LogExport(myLogVerificationTest.hdlPath, myLogVerificationTest.ExportLogPath);

            myLogVerificationTest.searchResult(LogExportComplete);
            myLogVerificationTest.printFailedFunction();
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
            bool LogExportComplete = false;

            LogVerificationTest myLogVerificationTest = new LogVerificationTest();

            myLogVerificationTest.hdlPath = @"C:\Documents and Settings\vparikh\My Documents\HD Logs\testwin32_Logs\2504.hdl";
            myLogVerificationTest.ExportLogPath = @"C:\testExportHDLog.txt";

            LogExportComplete = myLogVerificationTest.LogExport(myLogVerificationTest.hdlPath,myLogVerificationTest.ExportLogPath);

            myLogVerificationTest.searchResult(LogExportComplete);
            myLogVerificationTest.printFailedFunction();
        }