메소드 | 설명 | |
---|---|---|
Add ( int subRequestID, |
This method is used to add a mapping between the sub request token and sub request type.
|
|
Clear ( ) : void |
The method is used to clear all the mappings.
|
|
GetSubRequestType ( int subRequestID, ITestSite site ) : RequestTypes |
This method is used to get the sub request type using the specified sub request token.
|
public static Add ( int subRequestID, |
||
subRequestID | int | Specify the sub request token. |
subRequestType | Specify the sub request type. | |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
리턴 | void |
public static GetSubRequestType ( int subRequestID, ITestSite site ) : RequestTypes | ||
subRequestID | int | Specify the sub request token. |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
리턴 | RequestTypes |