The members of NUnit.Framework.Internal.TestSuiteResult are listed below.
See Also: Inherited members from NUnit.Framework.Internal.TestResult
| Construct a TestSuiteResult base on a TestSuite |
| [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. |
override | AddResult(Xamarin.iOS.dll=NUnit.Framework.Internal.TestResult)Add a child result | |