C# (CSharp) NUnit.Gui.Model Namespace

Nested Namespaces

NUnit.Gui.Model.Settings

Сlasses

Name Description
ResultNode TestNode represents a single NUnit test result in the test model.
ResultNodeTests
ResultState The ResultState class represents the outcome of running a test. It contains two pieces of information. The Status of the test is an enum indicating whether the test passed, failed, was skipped or was inconclusive. The Label provides a more detailed breakdown for use by client runners.
TestModelTests