The members of NUnit.Framework.Internal.TestCaseResult are listed below.
See Also: Inherited members from NUnit.Framework.Internal.TestResult
| Construct a TestCaseResult based on a TestMethod |
| [read-only] override | FailCount | int. Gets the number of test cases that failed when running the test and all its children. |
| [read-only] override | InconclusiveCount | int. Gets the number of test cases that were inconclusive when running the test and all its children. |
| [read-only] override | PassCount | int. Gets the number of test cases that passed when running the test and all its children. |
| [read-only] override | SkipCount | int. Gets the number of test cases that were skipped when running the test and all its children. |