TestResult.SetResult Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SetResult(ResultState)
public void SetResult(NUnit.Framework.Api.ResultState resultState);
member this.SetResult : NUnit.Framework.Api.ResultState -> unit
Parametri
- resultState
- ResultState
Si applica a
SetResult(ResultState, String)
public void SetResult(NUnit.Framework.Api.ResultState resultState, string message);
member this.SetResult : NUnit.Framework.Api.ResultState * string -> unit
Parametri
- resultState
- ResultState
- message
- String
Si applica 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
Parametri
- resultState
- ResultState
- message
- String
- stackTrace
- String