Package | Description |
---|---|
org.safs.model |
Modifier and Type | Class and Description |
---|---|
class |
BlockID
Represents a BlockID command (record type of "B").
|
class |
Breakpoint
Represents a Breakpoint command (record type of "BP").
|
class |
DriverCommand
Simple extension to handle Driver Commands of record type "C"
|
class |
EngineCommand
Simple extension to handle Engine Commands of record type "E"
|
class |
ProjectCommand
Simple extension to handle "Project Commands" of record type "T".
|
class |
Skipped
Represents a Skipped command (record type of "S").
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestTable.add(Command command)
Append the provided command\record to our table's store of test records.
|
protected void |
SuiteTestTable.validateCommand(Command command)
Called by internal routines to validate commands as they are added.
|
protected void |
CycleTestTable.validateCommand(Command command)
Called by internal routines to validate commands as they are added.
|
protected void |
AbstractTestTable.validateCommand(Command command)
Throw an IllegalArgumentException if the command is not valid.
|
Copyright © SAS Institute. All Rights Reserved.