| |
|
| java.lang.Object junitx.ddtunit.data.processing.ActionBase
All known Subclasses: junitx.ddtunit.data.processing.ContentCreatorAction, junitx.ddtunit.data.processing.CallCreatorAction, junitx.ddtunit.data.processing.BeanCreatorAction, junitx.ddtunit.data.processing.SubelementCreatorAction, junitx.ddtunit.data.processing.MapCreatorAction, junitx.ddtunit.data.processing.ArrayCreatorAction, junitx.ddtunit.data.processing.ConstantCreatorAction, junitx.ddtunit.data.processing.DateCreatorAction, junitx.ddtunit.data.processing.AttributeListCreatorAction, junitx.ddtunit.data.processing.CollectionCreatorAction,
ActionBase | abstract class ActionBase implements IAction(Code) | | Base class for representing objects and assert information created from xml
author: jg |
successorProcessed | boolean successorProcessed(Code) | | specifies if a successing tag is allready processed. can be used to
detect empty tags
|
ActionBase | public ActionBase(Map<String, String> attrMap)(Code) | | Constructor used as standard constructor to instanciate objects of this
this type
Parameters: attrMap - provided during scan with all attributes of actual parsingaction |
desintegrate | protected void desintegrate()(Code) | | |
extractFieldType | public String extractFieldType(String fieldName)(Code) | | Extract field type information from object sitting on the stack. If
rootAction is a generated container action used for construction of
fields or constructor call of the underlying object then skip the
container action and retrieve requested type from underlying object.
Parameters: fieldName - to extract type from full type of field |
getTypeFromRoot | public String getTypeFromRoot()(Code) | | Extract object type of associated root action on action stack. If no
root action exists return null
full qualified class name of root object type or null if no rootexists. |
hasReferenceInfo | public boolean hasReferenceInfo()(Code) | | |
insert | public void insert(IAction action)(Code) | | Insert a new Record entry after this.
Parameters: action - to insert |
processNoSuccessor | public void processNoSuccessor()(Code) | | |
promoteLinkChangeListener | public void promoteLinkChangeListener(IAction action)(Code) | | |
|
|
|