TestEntry Class

Definition

public ref class TestEntry sealed : ICloneable, Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore, System::Runtime::Serialization::ISerializable
[System.Serializable]
public sealed class TestEntry : ICloneable, Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type TestEntry = class
    interface ICloneable
    interface ISerializable
    interface IXmlTestStore
Public NotInheritable Class TestEntry
Implements ICloneable, ISerializable, IXmlTestStore
Inheritance
TestEntry
Attributes
Implements

Constructors

TestEntry()
TestEntry(TestId, TestListCategoryId)

Properties

CategoryId
ExecId
IsTransparent
NestedEntries
ParentExecId
Properties
TestId

Methods

Clone()
Equals(Object)
GetHashCode()
GetObjectData(SerializationInfo, StreamingContext)
Load(XmlElement, XmlTestStoreParameters)
Save(XmlElement, XmlTestStoreParameters)

Applies to