NUnit.Gui.Model ResultState in C# (CSharp): 21 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per NUnit.Gui.Model.ResultState, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
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.