Method | Description | |
---|---|---|
CompareByteArray ( byte array1, byte array2 ) : bool |
Compare two byte arrays
|
|
CreateRandomFileName ( ) : string |
Create file name
|
|
LogTestCaseDescription ( ITestSite testSite ) : void |
Add test case description to log
|
public static CompareByteArray ( byte array1, byte array2 ) : bool | ||
array1 | byte | Byte array 1. |
array2 | byte | Byte array 2. |
return | bool |
public static CreateRandomFileName ( ) : string | ||
return | string |
public static LogTestCaseDescription ( ITestSite testSite ) : void | ||
testSite | ITestSite | TestSite interface which provides logging, assertions, and SUT adapters for test. |
return | void |