Package fitnesse.testsystems.slim.tables
Class OrderedQueryTable
- java.lang.Object
-
- fitnesse.testsystems.slim.tables.SlimTable
-
- fitnesse.testsystems.slim.tables.QueryTable
-
- fitnesse.testsystems.slim.tables.OrderedQueryTable
-
public class OrderedQueryTable extends QueryTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fitnesse.testsystems.slim.tables.QueryTable
QueryTable.MatchedResult, QueryTable.QueryResults, QueryTable.QueryTableExpectation
-
Nested classes/interfaces inherited from class fitnesse.testsystems.slim.tables.SlimTable
SlimTable.RowExpectation
-
-
Field Summary
-
Fields inherited from class fitnesse.testsystems.slim.tables.QueryTable
fieldNames
-
Fields inherited from class fitnesse.testsystems.slim.tables.SlimTable
customComparatorRegistry, id, table
-
-
Constructor Summary
Constructors Constructor Description OrderedQueryTable(Table table, java.lang.String tableId, SlimTestContext slimTestContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SlimTestResult
markMatch(int tableRow, int matchedRow, int col, java.lang.String message)
protected ExecutionResult
markRows(QueryTable.QueryResults queryResults, java.lang.Iterable<QueryTable.MatchedResult> potentialMatchesByScore)
-
Methods inherited from class fitnesse.testsystems.slim.tables.QueryTable
getAssertions, getTableType, isEmpty, markField, markFieldsInMatchedRow, markMatchedRows, markMissingRow, markMissingRows, markSurplusRows, matches, matchMessage, removeOtherwiseMatchedResults, replaceAllvariablesInRow, takeBestMatch, unmatchedRows
-
Methods inherited from class fitnesse.testsystems.slim.tables.SlimTable
addChildTable, assign, callAndAssign, callFunction, constructFixture, constructInstance, gatherConstructorArgumentsStartingAt, getChildren, getConfigurationVariable, getFixtureName, getFixtureName, getParent, getSymbol, getSymbolsToStore, getTable, getTableName, getTestContext, isSymbolAssignment, isSymbolAssignment, isTearDown, makeAssertion, makeInstructionTag, replaceSymbols, replaceSymbolsWithFullExpansion, setCustomComparatorRegistry, setFixtureName, setSymbol, setSymbol, tableAsList
-
-
-
-
Constructor Detail
-
OrderedQueryTable
public OrderedQueryTable(Table table, java.lang.String tableId, SlimTestContext slimTestContext)
-
-
Method Detail
-
markRows
protected ExecutionResult markRows(QueryTable.QueryResults queryResults, java.lang.Iterable<QueryTable.MatchedResult> potentialMatchesByScore)
- Overrides:
markRows
in classQueryTable
-
markMatch
protected SlimTestResult markMatch(int tableRow, int matchedRow, int col, java.lang.String message)
- Overrides:
markMatch
in classQueryTable
-
-