public static class TestScript.SetupAction extends BaseIdentifiableElement implements IResourceBlock
Definition: Action would contain either an operation or an assertion.
| Constructor and Description |
|---|
SetupAction() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
TestScript.SetupActionAssert |
getAssert()
Gets the value(s) for assert ().
|
TestScript.SetupActionOperation |
getOperation()
Gets the value(s) for operation ().
|
boolean |
isEmpty() |
TestScript.SetupAction |
setAssert(TestScript.SetupActionAssert theValue)
Sets the value(s) for assert ()
|
TestScript.SetupAction |
setOperation(TestScript.SetupActionOperation theValue)
Sets the value(s) for operation ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic SetupAction()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic TestScript.SetupActionOperation getOperation()
null.
Definition: The operation to perform
public TestScript.SetupAction setOperation(TestScript.SetupActionOperation theValue)
Definition: The operation to perform
public TestScript.SetupActionAssert getAssert()
null.
Definition: Evaluates the results of previous operations to determine if the server under test behaves appropriately.
public TestScript.SetupAction setAssert(TestScript.SetupActionAssert theValue)
Definition: Evaluates the results of previous operations to determine if the server under test behaves appropriately.
Copyright © 2014–2016 University Health Network. All rights reserved.