public static class TestScript.TestAction extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Action would contain either an operation or an assertion.
| Constructor and Description |
|---|
TestAction() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.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.TestAction |
setAssert(TestScript.SetupActionAssert theValue)
Sets the value(s) for assert ()
|
TestScript.TestAction |
setOperation(TestScript.SetupActionOperation theValue)
Sets the value(s) for operation ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic TestAction()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic TestScript.SetupActionOperation getOperation()
null.
Definition: An operation would involve a REST request to a server.
public TestScript.TestAction setOperation(TestScript.SetupActionOperation theValue)
Definition: An operation would involve a REST request to a server.
public TestScript.SetupActionAssert getAssert()
null.
Definition: Evaluates the results of previous operations to determine if the server under test behaves appropriately.
public TestScript.TestAction setAssert(TestScript.SetupActionAssert theValue)
Definition: Evaluates the results of previous operations to determine if the server under test behaves appropriately.
Copyright © 2014–2018 University Health Network. All rights reserved.