C# (CSharp) NUnit.Gui.Model ResultState - 21 примеров найдено. Это лучшие примеры C# (CSharp) кода для NUnit.Gui.Model.ResultState, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
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.