BaseControlAssert<T>
Class
Definition
Namespace:ArtOfTest.WebAii.Controls
Assembly:ArtOfTest.WebAii.dll
Type Parameters:
T
Syntax:
C#
public abstract class BaseControlAssert<T> where T : Control
Inheritance: objectBaseControlAssert<T>
Derived Classes:
Constructors
C#
public BaseControlAssert()
C#
public BaseControlAssert(T control)
Fields
Properties
C#
public T Target { get; set; }
Methods
C#
protected bool AssertNumber(int leftPortion, int rightPortion, NumberCompareType compareType, bool throwOnFailure = true)
C#
protected bool AssertString(string expected, string actual, StringCompareType compareType, bool throwOnFailure = true)
C#
public static bool NumberCompare(int leftPortion, int rightPortion, NumberCompareType compareType)
C#
public static bool NumberCompareRange(int number, int lowerEnd, int upperEnd, NumberRangeCompareType compareType)
C#
public static bool StringCompare(string a, string b, StringCompareType compareType)