The TestFrameworkTraits type exposes the following members.

Constructors

  NameDescription
TestFrameworkTraits
Creates test framework traits.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsFrameworkCompatibleWithAssemblyReferences
Returns true if at least one of the assembly references is in FrameworkAssemblies.
IsFrameworkCompatibleWithFileType
Returns true if the file type is the same or a subtype of one of those specified by FileTypes.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
FileTypes
Gets or sets the list of file types ids recognized by the framework as test files.
FrameworkAssemblies
Gets or sets the list of framework assembly signatures that are recognized and supported by this framework component.
Icon
Gets or sets the framework's icon, or null if none.
Name
Gets the framework's display name.
Version
The version of the test framework.

See Also