public class SeleniumScriptTable
extends fitnesse.testsystems.slim.tables.ScriptTable
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_KEYWORD
Table keyword constant
|
| Constructor and Description |
|---|
SeleniumScriptTable(fitnesse.testsystems.slim.Table table,
String id,
fitnesse.testsystems.slim.SlimTestContext testContext) |
| Modifier and Type | Method and Description |
|---|---|
protected List<fitnesse.testsystems.slim.tables.SlimAssertion> |
actionAndAssign(String symbolName,
int row) |
protected List<fitnesse.testsystems.slim.tables.SlimAssertion> |
checkAction(int row) |
protected List<fitnesse.testsystems.slim.tables.SlimAssertion> |
checkNotAction(int row) |
protected List<fitnesse.testsystems.slim.tables.SlimAssertion> |
ensure(int row) |
protected String |
getTableKeyword() |
protected String |
getTableType() |
protected List<fitnesse.testsystems.slim.tables.SlimAssertion> |
invokeAction(int startingCol,
int endingCol,
int row,
fitnesse.testsystems.slim.tables.SlimExpectation expectation) |
protected List<fitnesse.testsystems.slim.tables.SlimAssertion> |
reject(int row) |
protected List<fitnesse.testsystems.slim.tables.SlimAssertion> |
startActor()
Overrides start actor to force the use of Selenium Fixture.
|
action, assertionsFromScenario, getActionNameStartingAt, getArgumentsStartingAt, getAssertions, getCheckKeyword, getCheckNotKeyword, getEnsureKeyword, getNoteKeyword, getRejectKeyword, getScenarioNameFromAlternatingCells, getShowKeyword, getStartKeyword, instructionsForRow, invokesSequentialArgumentProcessing, note, show, startActor, startActoraddChildTable, assign, callAndAssign, callFunction, constructFixture, constructInstance, gatherConstructorArgumentsStartingAt, getChildren, getFixtureName, getFixtureName, getParent, getSymbol, getSymbolsToStore, getTable, getTableName, getTestContext, ifSymbolAssignment, ifSymbolAssignment, isTearDown, makeAssertion, makeInstructionTag, makeInstructionTag, replaceSymbols, replaceSymbolsWithFullExpansion, setCustomComparatorRegistry, setFixtureName, setSymbol, setSymbol, setTearDown, tableAsListpublic static final String TABLE_KEYWORD
public SeleniumScriptTable(fitnesse.testsystems.slim.Table table,
String id,
fitnesse.testsystems.slim.SlimTestContext testContext)
protected String getTableType()
getTableType in class fitnesse.testsystems.slim.tables.ScriptTableprotected String getTableKeyword()
getTableKeyword in class fitnesse.testsystems.slim.tables.ScriptTableprotected List<fitnesse.testsystems.slim.tables.SlimAssertion> startActor()
startActor in class fitnesse.testsystems.slim.tables.ScriptTableprotected List<fitnesse.testsystems.slim.tables.SlimAssertion> ensure(int row)
ensure in class fitnesse.testsystems.slim.tables.ScriptTableprotected List<fitnesse.testsystems.slim.tables.SlimAssertion> reject(int row)
reject in class fitnesse.testsystems.slim.tables.ScriptTableprotected List<fitnesse.testsystems.slim.tables.SlimAssertion> checkAction(int row)
checkAction in class fitnesse.testsystems.slim.tables.ScriptTableprotected List<fitnesse.testsystems.slim.tables.SlimAssertion> checkNotAction(int row)
checkNotAction in class fitnesse.testsystems.slim.tables.ScriptTableprotected List<fitnesse.testsystems.slim.tables.SlimAssertion> actionAndAssign(String symbolName, int row)
actionAndAssign in class fitnesse.testsystems.slim.tables.ScriptTableprotected List<fitnesse.testsystems.slim.tables.SlimAssertion> invokeAction(int startingCol, int endingCol, int row, fitnesse.testsystems.slim.tables.SlimExpectation expectation)
invokeAction in class fitnesse.testsystems.slim.tables.ScriptTableCopyright © 2018. All rights reserved.