Method | Description | |
---|---|---|
VerifyDefinedGUID ( ITestSite site ) : void |
This method is used to verify the requirements for the pre-defined GUID values.
|
|
VerifyIntermediateNodeForZipFileChunk ( ITestSite site ) : void |
This method is used to verify the requirements for intermediate node object when the chunk method is zip chunk.
|
|
VerifyIntermediateNodeObject ( |
This method is used to verify the requirements related with the IntermediateNodeObject type.
|
|
VerifyObjectCount ( |
This method is used to verify the requirements related with the object count for the root node or intermediate node.
|
|
VerifyObjectGroupObjectDataForDataNodeObject ( |
Verify ObjectGroupObjectData for the DataNodeObject related requirements.
|
|
VerifyObjectGroupObjectDataForIntermediateNode ( |
Verify ObjectGroupObjectData for the Intermediate node object group related requirements.
|
|
VerifyObjectGroupObjectDataForRootNode ( |
Verify ObjectGroupObjectData for the Root node object group related requirements.
|
|
VerifyRdcAnalysisChunk ( ITestSite site ) : void |
This method is used to verify the requirements related with the RDC analysis chunk method.
|
|
VerifyRootNodeObject ( |
This method is used to verify the requirements related with the RootNodeObject type.
|
|
VerifySimpleChunk ( ITestSite site ) : void |
This method is used to verify the requirements related with the simple chunk method.
|
|
VerifySmallFinalChunk ( ITestSite site ) : void |
This method is used to verify the requirements related with zip chunk when the final chunk is less than 1MB.
|
|
VerifyZipFileHeaderAndContentSignature ( ITestSite site ) : void |
This method is used to verify the requirements related with zip chunk when the size of zip header and zip content is larger than 4096 bytes but less than 1MB.
|
|
VerifyZipFileLessThan4096Bytes ( ITestSite site ) : void |
This method is used to verify the requirements related with zip chunk when the size of zip header and zip content is less than 4096 bytes.
|
Method | Description | |
---|---|---|
IsGuidUnique ( |
This method is used to check whether the extended GUID is unique in the object group data element data list.
|
|
MsfsshttpdCapture ( ) : System.Collections.Generic |
Prevents a default instance of the MsfsshttpdCapture class from being created
|
public static VerifyDefinedGUID ( ITestSite site ) : void | ||
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyIntermediateNodeForZipFileChunk ( ITestSite site ) : void | ||
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyIntermediateNodeObject ( |
||
interNode | Specify the IntermediateNodeObject instance. | |
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyObjectCount ( |
||
data | Specify the object data. | |
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyObjectGroupObjectDataForDataNodeObject ( |
||
objectGroupObjectData | Specify the objectGroupObjectData instance. | |
dataNodeDeclare | Specify the data node object declare instance. | |
objectGroupList | List |
Specify all the ObjectGroupDataElementData list. |
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyObjectGroupObjectDataForIntermediateNode ( |
||
objectGroupObjectData | Specify the objectGroupObjectData instance. | |
intermediateDeclare | Specify the intermediate declare instance. | |
objectGroupList | List |
Specify all the ObjectGroupDataElementData list. |
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyObjectGroupObjectDataForRootNode ( |
||
objectGroupObjectData | Specify the objectGroupObjectData instance. | |
rootDeclare | Specify the root declare instance. | |
objectGroupList | List |
Specify all the ObjectGroupDataElementData list. |
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyRdcAnalysisChunk ( ITestSite site ) : void | ||
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyRootNodeObject ( |
||
rootNode | Specify the RootNodeObject instance. | |
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifySimpleChunk ( ITestSite site ) : void | ||
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifySmallFinalChunk ( ITestSite site ) : void | ||
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyZipFileHeaderAndContentSignature ( ITestSite site ) : void | ||
site | ITestSite | Specify the ITestSite instance. |
return | void |
public static VerifyZipFileLessThan4096Bytes ( ITestSite site ) : void | ||
site | ITestSite | Specify the ITestSite instance. |
return | void |