다음을 통해 공유


TestResult.SetResult 메서드

정의

오버로드

SetResult(ResultState)
SetResult(ResultState, String)
SetResult(ResultState, String, String)

SetResult(ResultState)

public void SetResult(NUnit.Framework.Api.ResultState resultState);
member this.SetResult : NUnit.Framework.Api.ResultState -> unit

매개 변수

resultState
ResultState

적용 대상

SetResult(ResultState, String)

public void SetResult(NUnit.Framework.Api.ResultState resultState, string message);
member this.SetResult : NUnit.Framework.Api.ResultState * string -> unit

매개 변수

resultState
ResultState
message
String

적용 대상

SetResult(ResultState, String, String)

public void SetResult(NUnit.Framework.Api.ResultState resultState, string message, string stackTrace);
member this.SetResult : NUnit.Framework.Api.ResultState * string * string -> unit

매개 변수

resultState
ResultState
message
String
stackTrace
String

적용 대상