NUnit.Framework.Api.ITest Members

The members of NUnit.Framework.Api.ITest are listed below.

Public Properties

[read-only]
FixtureTypeType. Gets the Type of the test fixture, if applicable, or null if no fixture type is associated with this test.
[read-only]
FullNamestring. Gets the fully qualified name of the test
[read-only]
HasChildrenbool. Gets a bool indicating whether the current test has any descendant tests.
Idint. Gets or sets the id of the test
[read-only]
IsSuitebool. Documentation for this section has not yet been entered.
[read-only]
Namestring. Gets the name of the test
[read-only]
ParentXamarin.iOS.dll=NUnit.Framework.Api.ITest. Gets the parent test, if any.
[read-only]
PropertiesXamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. Gets the properties of the test
RunStateXamarin.iOS.dll=NUnit.Framework.Api.RunState. Indicates whether the test can be run using the RunState enum.
[read-only]
Seedint. Documentation for this section has not yet been entered.
[read-only]
TestCaseCountint. Count of the test cases ( 1 if this is a test case )
[read-only]
TestsIList<Xamarin.iOS.dll=NUnit.Framework.Api.ITest>. Gets this test's child tests