36#ifndef ABSTRACTFILECOMPARISON_HPP_
37#define ABSTRACTFILECOMPARISON_HPP_
41#include "FileFinder.hpp"
42#include "OutputFileHandler.hpp"
45#include <cxxtest/TestSuite.h>
65 bool calledCollectively,
85 std::string fileName2,
86 bool calledCollectively,
152 for (
unsigned line_number=0; line_number<numLinesToSkip; line_number++)
155 mpFile1->getline(buffer, 1024);
156 mpFile2->getline(buffer, 1024);
#define EXCEPTION(message)
virtual ~AbstractFileComparison()
AbstractFileComparison(const FileFinder &rFileFinder1, const FileFinder &rFileFinder2, bool calledCollectively, bool suppressOutput)
void SkipHeaderLines(unsigned numLinesToSkip)
AbstractFileComparison(std::string fileName1, std::string fileName2, bool calledCollectively, bool suppressOutput)