public class XMLUnitTestRunner extends BaseUnitTestRunner
dependsSet, loginid, ownerEmail, ownerName, repeatCount, suiteId, tenantCode, testDataSource, testDesc, testId, threadCount, trtc, unitTestElem, userInfo, UT_NS| Constructor and Description |
|---|
XMLUnitTestRunner(org.jdom2.Element unitTestElem,
TestDataSource testDataSource,
java.lang.String suiteUser,
java.lang.String suiteTenant,
TestRealTimeClientRemote trtc) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
asBoolean(java.lang.String value,
boolean dflt) |
protected void |
commit() |
protected java.lang.String |
generateRelationName() |
long |
getAccessModifier(java.lang.String modifier) |
java.lang.Object |
getContextParam(java.lang.String param) |
protected MboRemote |
getMbo(MboRemote parent,
org.jdom2.Element testmboElem) |
protected MboSetRemote |
getMboSet(MboRemote parent,
org.jdom2.Element testMboSetElem) |
protected MboRemote |
handleAction(org.jdom2.Element actionElem,
MboRemote mbo,
java.lang.String responseId) |
protected void |
handleAssertions(org.jdom2.Element assertions,
MboRemote mbo,
boolean checkForFault) |
boolean |
isContextParam(java.lang.String param) |
protected void |
rollback() |
protected void |
setMXTransaction(MboRemote mbo) |
protected void |
setMXTransaction(MboSetRemote mboSet) |
protected UnitTestResult |
testEachMbo(MboRemote mbo,
org.jdom2.Element testmboElem) |
UnitTestResult |
testInternal() |
asInteger, getDepends, getDescription, getId, getMboUniqueIdString, getUserInfo, getUserInfo, getUserInfo, isNull, load, testpublic XMLUnitTestRunner(org.jdom2.Element unitTestElem,
TestDataSource testDataSource,
java.lang.String suiteUser,
java.lang.String suiteTenant,
TestRealTimeClientRemote trtc)
throws TestSetupException
TestSetupExceptionprotected void rollback()
protected void commit()
throws java.lang.Exception
java.lang.Exceptionpublic long getAccessModifier(java.lang.String modifier)
throws TestSetupException
TestSetupExceptionpublic UnitTestResult testInternal()
testInternal in class BaseUnitTestRunnerprotected void setMXTransaction(MboRemote mbo)
protected void setMXTransaction(MboSetRemote mboSet)
protected MboRemote getMbo(MboRemote parent, org.jdom2.Element testmboElem) throws java.lang.Exception
java.lang.Exceptionprotected MboSetRemote getMboSet(MboRemote parent, org.jdom2.Element testMboSetElem) throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String generateRelationName()
protected boolean asBoolean(java.lang.String value,
boolean dflt)
throws java.lang.Exception
java.lang.Exceptionprotected UnitTestResult testEachMbo(MboRemote mbo, org.jdom2.Element testmboElem)
protected MboRemote handleAction(org.jdom2.Element actionElem, MboRemote mbo, java.lang.String responseId) throws TestSetupException, MXException
TestSetupExceptionMXExceptionprotected void handleAssertions(org.jdom2.Element assertions,
MboRemote mbo,
boolean checkForFault)
throws TestSetupException,
AssertionFailedException
public boolean isContextParam(java.lang.String param)
public java.lang.Object getContextParam(java.lang.String param)
throws java.lang.Exception
java.lang.Exception