public static class TestScript.Teardown extends BaseIdentifiableElement implements IResourceBlock
Definition: A series of operations required to clean up after the all the tests are executed (successfully or otherwise).
| Constructor and Description |
|---|
Teardown() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.TeardownAction |
addAction()
Adds and returns a new value for action ()
|
TestScript.Teardown |
addAction(TestScript.TeardownAction theValue)
Adds a given new value for action ()
|
List<TestScript.TeardownAction> |
getAction()
Gets the value(s) for action ().
|
TestScript.TeardownAction |
getActionFirstRep()
Gets the first repetition for action (),
creating it if it does not already exist.
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
boolean |
isEmpty() |
TestScript.Teardown |
setAction(List<TestScript.TeardownAction> theValue)
Sets the value(s) for action ()
|
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 Teardown()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<TestScript.TeardownAction> getAction()
null.
Definition: The teardown action will only contain an operation.
public TestScript.Teardown setAction(List<TestScript.TeardownAction> theValue)
Definition: The teardown action will only contain an operation.
public TestScript.TeardownAction addAction()
Definition: The teardown action will only contain an operation.
public TestScript.Teardown addAction(TestScript.TeardownAction theValue)
Definition: The teardown action will only contain an operation.
theValue - The action to add (must not be null)public TestScript.TeardownAction getActionFirstRep()
Definition: The teardown action will only contain an operation.
Copyright © 2014–2016 University Health Network. All rights reserved.