ResultState Constructors
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
ResultState(TestStatus) | |
ResultState(TestStatus, String) |
ResultState(TestStatus)
public ResultState (NUnit.Framework.Api.TestStatus status);
new NUnit.Framework.Api.ResultState : NUnit.Framework.Api.TestStatus -> NUnit.Framework.Api.ResultState
Parameters
- status
- TestStatus
Applies to
ResultState(TestStatus, String)
public ResultState (NUnit.Framework.Api.TestStatus status, string label);
new NUnit.Framework.Api.ResultState : NUnit.Framework.Api.TestStatus * string -> NUnit.Framework.Api.ResultState
Parameters
- status
- TestStatus
- label
- String