Freigeben über


TestResult.SetResult Methode

Definition

Überlädt

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

Parameter

resultState
ResultState

Gilt für:

SetResult(ResultState, String)

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

Parameter

resultState
ResultState
message
String

Gilt für:

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

Parameter

resultState
ResultState
message
String
stackTrace
String

Gilt für: