ITest public interface ITest : IXmlNodeBuilder Documentation Code object[] Arguments { get; } string ClassName { get; } object Fixture { get; } string FullName { get; } bool HasChildren { get; } string Id { get; } bool IsSuite { get; } IMethodInfo Method { get; } string MethodName { get; } string Name { get; } ITest Parent { get; } IPropertyBag Properties { get; } RunState RunState { get; } int TestCaseCount { get; } IList<ITest> Tests { get; } string TestType { get; } Gets the type of the test ITypeInfo TypeInfo { get; } Gets the Type of the test fixture, if applicable, or null if no fixture type is associated with this test.