NUnit.Framework.Internal.TestSuiteResult: Property Members

The properties of NUnit.Framework.Internal.TestSuiteResult are listed below. For a list of all members, see the TestSuiteResult Members list.

See Also: Inherited members from NUnit.Framework.Internal.TestResult

Public Properties

[read-only]
override
FailCountint. Gets the number of test cases that failed when running the test and all its children.
[read-only]
override
InconclusiveCountint. Gets the number of test cases that were inconclusive when running the test and all its children.
[read-only]
override
PassCountint. Gets the number of test cases that passed when running the test and all its children.
[read-only]
override
SkipCountint. Gets the number of test cases that were skipped when running the test and all its children.