The properties of NUnit.Framework.Internal.TestCaseResult are listed below. For a list of all members, see the TestCaseResult Members list.
See Also: Inherited members from NUnit.Framework.Internal.TestResult
| [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. |