C# 클래스 PsTest.InvokeTestCmdlet

상속: Cmdlet
파일 보기 프로젝트 열기: knutkj/pstest 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateTestResult PsTest.TestResult
InvokeScriptBlock Collection
IsExpectedException bool

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void

Invokes a PsTest.

비공개 메소드들

메소드 설명
CreateTestResult ( string testName, bool success ) : PsTest.TestResult

Creates a new test result.

InvokeScriptBlock ( System.Management.Automation.ScriptBlock scriptBlock ) : Collection

Invokes the specified script block.

IsExpectedException ( Type expectedExceptionType, Exception actualException ) : bool

Returns true if the exception is expected.

메소드 상세

ProcessRecord() 보호된 메소드

Invokes a PsTest.
protected ProcessRecord ( ) : void
리턴 void