CSharpTest.Net
Check Class Members
See Also  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > (Global) Namespace : Check Class


Glossary Item Box

The following tables list the members exposed by Check.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)ArraySize<T>Verifies that the array is not empty and has at least min, but not more than max items. throws ArgumentNullExcpetion throws ArgumentOutOfRangeException  
Public Methodstatic (Shared in Visual Basic)AssertOverloaded. Verifies that the condition is true and if it fails constructs the specified type of exception and throws.  
Public Methodstatic (Shared in Visual Basic)InRange<T>Verifies that the value is min, max, or between the two. throws ArgumentOutOfRangeException  
Public Methodstatic (Shared in Visual Basic)IsAssignableOverloaded. Returns (T)value if the object provided can be assinged to a variable of type T throws ArgumentException  
Public Methodstatic (Shared in Visual Basic)IsEqual<T>Verifies that the two values are the same throws ArgumentException  
Public Methodstatic (Shared in Visual Basic)NotEmptyOverloaded. Verfies that the string is not null and not empty and returns the string. throws ArgumentNullException, ArgumentOutOfRangeException  
Public Methodstatic (Shared in Visual Basic)NotEqual<T>Verifies that the two values are NOT the same throws ArgumentException  
Public Methodstatic (Shared in Visual Basic)NotNull<T>Verifies that value is not null and returns the value or throws ArgumentNullException  
Top

See Also

Generated with Document! X 2011 by Innovasys