Compartir a través de


TestResult.SetResult Método

Definición

Sobrecargas

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

Parámetros

resultState
ResultState

Se aplica a

SetResult(ResultState, String)

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

Parámetros

resultState
ResultState
message
String

Se aplica a

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

Parámetros

resultState
ResultState
message
String
stackTrace
String

Se aplica a