Class TestTypeExtensions
Inheritance
System.Object
TestTypeExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public static class TestTypeExtensions
Methods
IsWebRelated(TestType)
Declaration
public static bool IsWebRelated(this TestType testType)
Parameters
TestType
testType
|
Returns
System.Boolean
|