TestResult.SetResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- resultState
- ResultState
Applies to
SetResult(ResultState, String)
public void SetResult (NUnit.Framework.Api.ResultState resultState, string message);
member this.SetResult : NUnit.Framework.Api.ResultState * string -> unit
Parameters
- resultState
- ResultState
- message
- String
Applies to
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
Parameters
- resultState
- ResultState
- message
- String
- stackTrace
- String