public class HistoryComparer
extends java.lang.Object
Constructor and Description |
---|
HistoryComparer() |
Modifier and Type | Method and Description |
---|---|
void |
addBlanksToUnmatchingRows() |
boolean |
allTablesMatch() |
boolean |
compare(java.lang.String firstFilePath,
java.lang.String secondFilePath) |
double |
findScoreByFirstTableIndex(int firstIndex) |
java.lang.String |
findScoreByFirstTableIndexAsStringAsPercent(int firstIndex) |
java.lang.String |
getFileContent(java.lang.String filePath) |
java.util.List<java.lang.String> |
getResultContent() |
boolean |
grabAndCompareTablesFromHtml() |
void |
lineUpTheTables() |
void |
makePassFailResultsFromMatches() |
public java.lang.String getFileContent(java.lang.String filePath) throws java.io.IOException, org.xml.sax.SAXException, InvalidReportException
java.io.IOException
org.xml.sax.SAXException
InvalidReportException
public double findScoreByFirstTableIndex(int firstIndex)
public java.lang.String findScoreByFirstTableIndexAsStringAsPercent(int firstIndex)
public boolean allTablesMatch()
public boolean compare(java.lang.String firstFilePath, java.lang.String secondFilePath) throws java.io.IOException, org.xml.sax.SAXException, InvalidReportException
java.io.IOException
org.xml.sax.SAXException
InvalidReportException
public boolean grabAndCompareTablesFromHtml()
public void lineUpTheTables()
public void addBlanksToUnmatchingRows()
public void makePassFailResultsFromMatches()
public java.util.List<java.lang.String> getResultContent()