Package fitnesse.testsystems.slim.tables
Class SlimErrorTable
- java.lang.Object
-
- fitnesse.testsystems.slim.tables.SlimTable
-
- fitnesse.testsystems.slim.tables.SlimErrorTable
-
public class SlimErrorTable extends SlimTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fitnesse.testsystems.slim.tables.SlimTable
SlimTable.RowExpectation
-
-
Field Summary
-
Fields inherited from class fitnesse.testsystems.slim.tables.SlimTable
customComparatorRegistry, id, table
-
-
Constructor Summary
Constructors Constructor Description SlimErrorTable(Table table, java.lang.String id, SlimTestContext testContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SlimAssertion>
getAssertions()
protected java.lang.String
getTableType()
-
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
-
SlimErrorTable
public SlimErrorTable(Table table, java.lang.String id, SlimTestContext testContext)
-
-
Method Detail
-
getTableType
protected java.lang.String getTableType()
- Specified by:
getTableType
in classSlimTable
-
getAssertions
public java.util.List<SlimAssertion> getAssertions()
- Specified by:
getAssertions
in classSlimTable
-
-