IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
class | NUnit.Framework.Interfaces.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. More... | |
Namespaces | |
package | NUnit.Framework.Interfaces |
Enumerations | |
enum | NUnit.Framework.Interfaces.FailureSite { NUnit.Framework.Interfaces.FailureSite.Test, NUnit.Framework.Interfaces.FailureSite.SetUp, NUnit.Framework.Interfaces.FailureSite.TearDown, NUnit.Framework.Interfaces.FailureSite.Parent, NUnit.Framework.Interfaces.FailureSite.Child } |
The FailureSite enum indicates the stage of a test in which an error or failure occurred. More... | |