C# 클래스 Microsoft.Protocol.TestSuites.Smbd.TestSuite.SmbdUtilities

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CompareByteArray() 공개 정적인 메소드

Compare two byte arrays
public static CompareByteArray ( byte array1, byte array2 ) : bool
array1 byte Byte array 1.
array2 byte Byte array 2.
리턴 bool

CreateRandomFileName() 공개 정적인 메소드

Create file name
public static CreateRandomFileName ( ) : string
리턴 string

LogTestCaseDescription() 공개 정적인 메소드

Add test case description to log
public static LogTestCaseDescription ( ITestSite testSite ) : void
testSite ITestSite TestSite interface which provides logging, assertions, and SUT adapters for test.
리턴 void