Package | Description |
---|---|
org.safs.android | |
org.safs.android.engine.processor | |
org.safs.text |
Modifier and Type | Field and Description |
---|---|
protected ResourceMessageInfo |
DTestRecordHelper.detailMessage |
protected ResourceMessageInfo |
DTestRecordHelper.message |
Modifier and Type | Method and Description |
---|---|
ResourceMessageInfo |
DTestRecordHelper.getDetailMessage()
Retrieve a valid ResourceMessageInfo or null if not set.
|
ResourceMessageInfo |
DTestRecordHelper.getMessage()
Retrieve a valid ResourceMessageInfo or null if not set.
|
Modifier and Type | Method and Description |
---|---|
void |
DTestRecordHelper.setDetailMessage(ResourceMessageInfo detailMessage)
Set to a valid message or null.
|
void |
DTestRecordHelper.setMessage(ResourceMessageInfo message)
Set to a valid message or null.
|
protected void |
CFComponentFunctions.setSuccessResourceMessageInfo(ResourceMessageInfo detailMessage)
Set generic success message to TestRecordData
After calling this method, we need to call CFComponentFunctions.processResourceMessageInfoResults(int) towrite message to Log. |
Modifier and Type | Field and Description |
---|---|
protected ResourceMessageInfo |
SAFSProcessor.resourceDetailMsg
resourceMsg is used to contain information of NLS detail message in resource bundle
|
protected ResourceMessageInfo |
SAFSProcessor.resourceMsg
resourceMsg is used to contain information of NLS message in resource bundle
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestStepProcessor.setGeneralError3(java.util.Properties props,
ResourceMessageInfo detail)
Set a error result and send back error message as following:
Unable to perform remoteCommand on compname in winname. The parameter 'detail' of this method will contain the detail error message, and it will be also sent back |
protected void |
SAFSProcessor.setGeneralErrorWithBundleMessage(java.util.Properties props,
ResourceMessageInfo message,
ResourceMessageInfo detailMessage)
set the isremoteresult to "true"
set the remoteresultcode to a constant code Message.STATUS_REMOTERESULT_FAIL_STRING Note: This method will concatenate AbstractProcessor.remoteCommand with 'resultInfo', then with SoloMessage.RESULT_INFO_GENERAL_FAIL and set this string to remoteresultinfo set the 'resource bundle information', so that the remote-controller can log NLS message. |
protected void |
TestStepProcessor.setGeneralErrorWithDetailBundle(java.util.Properties props,
ResourceMessageInfo detail)
Set a error result and send back error message as following:
winname:compname remoteCommand processed with a negative result. The parameter 'detail' of this method will contain the detail error message, and it will be also sent back |
protected void |
SAFSProcessor.setGeneralSuccessWithBundleMessage(java.util.Properties props,
ResourceMessageInfo message,
ResourceMessageInfo detailMessage)
set the isremoteresult to "true"
set the remoteresultcode to a constant code Message.STATUS_REMOTERESULT_OK_STRING Note: This method will concatenate AbstractProcessor.remoteCommand with SoloMessage.RESULT_INFO_GENERAL_SUCCESS and set this string to remoteresultinfo set the 'resource bundle information', so that the remote-controller can log NLS message. |
Modifier and Type | Method and Description |
---|---|
ResourceMessageInfo |
ResourceMessageInfo.clone()
When we assign the instance of ResourceMessageInfo to an other object, we
should assign the cloned one.
|
Copyright © SAS Institute. All Rights Reserved.