public class TestCase
extends org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Description> |
descriptionElement |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Name> |
nameElement |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Path> |
pathElement |
| Constructor and Description |
|---|
TestCase(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the test case's description.
|
String |
getName()
Returns the test case's name.
|
Path |
getPath()
Provides the path that should be tested.
|
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
builder, getScope, isScopeaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.child.ChildElement<Description> descriptionElement
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Name> nameElement
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Path> pathElement
public TestCase(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getDescription()
null, if not specified.public String getName()
null, if not specified.public Path getPath()
Copyright © 2022 Camunda Services GmbH. All rights reserved.