NUnit.Framework.Internal.TestSuiteResult Members

The members of NUnit.Framework.Internal.TestSuiteResult are listed below.

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

Public Constructors

Construct a TestSuiteResult base on a TestSuite

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.

Public Methods