Method | Description | |
---|---|---|
ValidateCellSubResponse ( |
Capture requirements related with Cell Sub-request.
|
|
ValidateCoauthSubResponse ( |
Capture requirements related to coauthoring sub response.
|
|
ValidateCoauthSubResponseDataType ( |
Capture requirements related with CoauthSubResponseDataType.
|
|
ValidateEditorsTableSubResponse ( |
Capture requirements related to EditorsTable sub response.
|
|
ValidateExclusiveLockSubResponse ( |
Capture requirements related to exclusive lock sub request of type, "Convert to schema lock with co-authoring transition tracked".
|
|
ValidateExclusiveLockSubResponseDataType ( |
Capture requirements related with ExclusiveLockSubResponseDataType.
|
|
ValidateGetDocMetaInfoSubResponse ( |
Capture requirements related to GetDocMetaInfo sub response.
|
|
ValidateGetDocMetaInfoSubResponseData ( ITestSite site ) : void |
Capture requirements related with GetDocMetaInfoSubResponseType.
|
|
ValidateGetVersionsSubResponse ( |
Capture requirements related to GetVersions sub response.
|
|
ValidateResponse ( |
Capture requirements related with Response message
|
|
ValidateResponseCollection ( |
Capture requirements related with ResponseCollection
|
|
ValidateResponseToken ( |
Capture requirements related with RequestToken within Response element
|
|
ValidateResponseVersion ( |
Capture requirements related with ResponseVersion element
|
|
ValidateSchemaLockSubResponse ( |
Capture requirements related to SchemaLock sub response.
|
|
ValidateSchemaLockSubResponseDataType ( |
Capture requirements related with SchemaLockSubResponseDataType.
|
|
ValidateSubResponseToken ( ITestSite site ) : void |
Capture requirements related with SubRequestToken within SubResponse element
|
|
ValidateSubResponseType ( |
Capture requirements related with SubResponseType
|
|
ValidateTransport ( ITestSite site ) : void |
Capture underlying transport protocol related requirements. They can be captured directly when the server returns a SOAP response successfully.
|
|
ValidateUserNameTypes ( ITestSite site ) : void |
Capture requirements related with UserNameTypes.
|
|
ValidateWhoAmISubResponse ( |
Capture requirements related with WhoAmI Sub-request.
|
Method | Description | |
---|---|---|
MsfsshttpAdapterCapture ( ) : System |
Prevents a default instance of the MsfsshttpAdapterCapture class from being created
|
|
ValidateCellRequestErrorCodeTypes ( ErrorCodeType cellRequestErrorCode, ITestSite site ) : void |
Capture requirements related with CellRequestErrorCodeTypes.
|
|
ValidateCellSubResponseDataOptionalAttributes ( |
Capture requirements related with CellSubResponseDataOptionalAttributes.
|
|
ValidateCellSubResponseDataType ( |
Capture requirements related with CellSubResponseDataType.
|
|
ValidateCoauthStatusType ( ITestSite site ) : void |
Capture the CoauthStatusType schema related requirements.
|
|
ValidateDependencyCheckRelatedErrorCodeTypes ( ITestSite site ) : void |
Capture requirements related with DependencyCheckRelatedErrorCodeTypes
|
|
ValidateErrorCodeTypes ( ErrorCodeType errorCode, ITestSite site ) : void |
Capture requirements related with ErrorCodeTypes.
|
|
ValidateExclusiveLockReturnReasonTypes ( ITestSite site ) : void |
Capture the ExclusiveLockReturnReasonTypes schema related requirements.
|
|
ValidateGUID ( ITestSite site ) : void |
Capture the GUID schema related requirements.
|
|
ValidateGenericErrorCodeTypes ( ITestSite site ) : void |
Capture requirements related with GenericErrorCodeTypes.
|
|
ValidateLockAndCoauthRelatedErrorCodeTypes ( ITestSite site ) : void |
Capture requirements related with LockAndCoauthRelatedErrorCodeTypes
|
|
ValidateLockTypes ( ITestSite site ) : void |
Capture the soap version related requirements. They can be captured directly when the server returns a SOAP response successfully.
|
|
ValidateMinorVersionNumberType ( ushort minorVersionNumber, ITestSite site ) : void |
Capture requirements related with MinorVersionNumberType.
|
|
ValidateResponseElement ( |
Capture requirements related with Response element.
|
|
ValidateSubResponseData ( |
Capture requirements related with SubResponseData element
|
|
ValidateSubResponseDataGenericType ( |
Capture requirements related with SubResponseDataGenericType
|
|
ValidateSubResponseDataOptionalAttributes ( |
Capture requirements related with SubResponseDataOptionalAttributes type
|
|
ValidateSubResponseElement ( |
Capture requirements related with SubResponse element
|
|
ValidateSubResponseElementGenericType ( |
Capture requirements related with SubResponseElementGenericType
|
|
ValidateUserEmailAddress ( string userEmailAddress, ITestSite site ) : void |
Capture requirements related with UserEmailAddress.
|
|
ValidateVersionNumberType ( ushort versionNumber, ITestSite site ) : void |
Capture requirements related with VersionNumberType.
|
|
ValidateVersionType ( |
Capture requirements related with VersionType
|
|
ValidateWhoAmISubResponseDataOptionalAttributes ( |
Capture requirements related with WhoAmISubResponseDataOptionalAttributes.
|
|
ValidateWhoAmISubResponseDataType ( |
Capture requirements related with WhoAmISubResponseDataType
|
public static ValidateCellSubResponse ( |
||
cellSubResponse | Containing the CellSubResponse information | |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateCoauthSubResponse ( |
||
coauthSubResponse | The coauthoring response. | |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static ValidateCoauthSubResponseDataType ( |
||
coauthSubResponseData | The CoauthSubResponseDataType | |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateEditorsTableSubResponse ( |
||
editorsTableSubResponse | Containing the EditorsTableSubResponse information. | |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static ValidateExclusiveLockSubResponse ( |
||
exclusiveLockSubResponse | Containing the subResponse information. | |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static ValidateExclusiveLockSubResponseDataType ( |
||
exclusiveLockSubResponseDataType | The ExclusiveLockSubResponseDataType | |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateGetDocMetaInfoSubResponse ( |
||
getDocMetaInfoSubResponse | Containing the GetDocMetaInfoSubResponse information. | |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static ValidateGetDocMetaInfoSubResponseData ( ITestSite site ) : void | ||
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateGetVersionsSubResponse ( |
||
getVersionsSubResponse | Containing the getVersionsSubResponse information. | |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static ValidateResponse ( |
||
storageResponse | The storage response information | |
requestToken | string | The expected RequestToken |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateResponseCollection ( |
||
responseCollection | The ResponseCollection information | |
requestToken | string | The expected RequestToken |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateResponseToken ( |
||
response | The Response information | |
expectedToken | string | The expected RequestToken |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateResponseVersion ( |
||
version | The ResponseVersion information | |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateSchemaLockSubResponse ( |
||
schemaLockSubResponse | The schemaLock response. | |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static ValidateSchemaLockSubResponseDataType ( |
||
schemaLockSubResponseData | The SchemaLockSubResponseDataType | |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateSubResponseToken ( ITestSite site ) : void | ||
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateSubResponseType ( |
||
subResponse | The SubResponseType information | |
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateTransport ( ITestSite site ) : void | ||
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateUserNameTypes ( ITestSite site ) : void | ||
site | ITestSite | Instance of ITestSite |
return | void |
public static ValidateWhoAmISubResponse ( |
||
whoamiSubResponse | Containing the WhoAmISubResponse information | |
site | ITestSite | Instance of ITestSite |
return | void |