The members of NUnit.Framework.Api.ITest are listed below.
| [read-only] | FixtureType | Type. Gets the Type of the test fixture, if applicable, or null if no fixture type is associated with this test. |
| [read-only] | FullName | string. Gets the fully qualified name of the test |
| [read-only] | HasChildren | bool. Gets a bool indicating whether the current test has any descendant tests. |
| Id | int. Gets or sets the id of the test | |
| [read-only] | IsSuite | bool. Documentation for this section has not yet been entered. |
| [read-only] | Name | string. Gets the name of the test |
| [read-only] | Parent | Xamarin.iOS.dll=NUnit.Framework.Api.ITest. Gets the parent test, if any. |
| [read-only] | Properties | Xamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. Gets the properties of the test |
| RunState | Xamarin.iOS.dll=NUnit.Framework.Api.RunState. Indicates whether the test can be run using the RunState enum. | |
| [read-only] | Seed | int. Documentation for this section has not yet been entered. |
| [read-only] | TestCaseCount | int. Count of the test cases ( 1 if this is a test case ) |
| [read-only] | Tests | IList<Xamarin.iOS.dll=NUnit.Framework.Api.ITest>. Gets this test's child tests |