Method | Description | |
---|---|---|
ShouldBeEmpty ( this collection ) : void | ||
ShouldBeEqualIgnoringCase ( this actual, string expected ) : string | ||
ShouldBeFalse ( this condition ) : void | ||
ShouldBeGreaterThan ( this arg1, IComparable arg2 ) : IComparable | ||
ShouldBeGreaterThanOrEqualTo ( this arg1, IComparable arg2 ) : IComparable | ||
ShouldBeLessThan ( this arg1, IComparable arg2 ) : IComparable | ||
ShouldBeNull ( this anObject ) : void | ||
ShouldBeOfType ( this actual, |
||
ShouldBeTheSameAs ( this actual, object expected ) : object | ||
ShouldBeThrownBy ( this exceptionType, MethodThatThrows method ) : |
||
ShouldBeTrue ( this condition ) : void | ||
ShouldContain ( this actual, object expected ) : void | ||
ShouldContain ( this actual, string expected ) : void | ||
ShouldContainErrorMessage ( this exception, string expected ) : void | ||
ShouldContainExactly ( this actual, int count, string pattern ) : void | ||
ShouldEndWith ( this actual, string expected ) : void | ||
ShouldEqual ( this actual, object expected ) : object | ||
ShouldEqualSqlDate ( this actual, System.DateTime expected ) : void | ||
ShouldMatch ( this actual, string pattern ) : void | ||
ShouldNotBeEmpty ( this collection ) : void | ||
ShouldNotBeNull ( this anObject ) : void | ||
ShouldNotBeNullOrEmpty ( this aString ) : void | ||
ShouldNotBeOfType ( this actual, |
||
ShouldNotBeTheSameAs ( this actual, object expected ) : object | ||
ShouldNotContain ( this actual, string expected ) : void | ||
ShouldNotEqual ( this actual, object expected ) : object | ||
ShouldStartWith ( this actual, string expected ) : void |
public static ShouldBeEmpty ( this collection ) : void | ||
collection | this | |
return | void |
public static ShouldBeEqualIgnoringCase ( this actual, string expected ) : string | ||
actual | this | |
expected | string | |
return | string |
public static ShouldBeFalse ( this condition ) : void | ||
condition | this | |
return | void |
public static ShouldBeGreaterThan ( this arg1, IComparable arg2 ) : IComparable | ||
arg1 | this | |
arg2 | IComparable | |
return | IComparable |
public static ShouldBeGreaterThanOrEqualTo ( this arg1, IComparable arg2 ) : IComparable | ||
arg1 | this | |
arg2 | IComparable | |
return | IComparable |
public static ShouldBeLessThan ( this arg1, IComparable arg2 ) : IComparable | ||
arg1 | this | |
arg2 | IComparable | |
return | IComparable |
public static ShouldBeNull ( this anObject ) : void | ||
anObject | this | |
return | void |
public static ShouldBeOfType ( this actual, |
||
actual | this | |
expected | ||
return | void |
public static ShouldBeTheSameAs ( this actual, object expected ) : object | ||
actual | this | |
expected | object | |
return | object |
public static ShouldBeThrownBy ( this exceptionType, MethodThatThrows method ) : |
||
exceptionType | this | |
method | MethodThatThrows | |
return |
public static ShouldBeTrue ( this condition ) : void | ||
condition | this | |
return | void |
public static ShouldContain ( this actual, object expected ) : void | ||
actual | this | |
expected | object | |
return | void |
public static ShouldContain ( this actual, string expected ) : void | ||
actual | this | |
expected | string | |
return | void |
public static ShouldContainErrorMessage ( this exception, string expected ) : void | ||
exception | this | |
expected | string | |
return | void |
public static ShouldContainExactly ( this actual, int count, string pattern ) : void | ||
actual | this | |
count | int | |
pattern | string | |
return | void |
public static ShouldEndWith ( this actual, string expected ) : void | ||
actual | this | |
expected | string | |
return | void |
public static ShouldEqual ( this actual, object expected ) : object | ||
actual | this | |
expected | object | |
return | object |
public static ShouldEqualSqlDate ( this actual, System.DateTime expected ) : void | ||
actual | this | |
expected | System.DateTime | |
return | void |
public static ShouldMatch ( this actual, string pattern ) : void | ||
actual | this | |
pattern | string | |
return | void |
public static ShouldNotBeEmpty ( this collection ) : void | ||
collection | this | |
return | void |
public static ShouldNotBeNull ( this anObject ) : void | ||
anObject | this | |
return | void |
public static ShouldNotBeNullOrEmpty ( this aString ) : void | ||
aString | this | |
return | void |
public static ShouldNotBeOfType ( this actual, |
||
actual | this | |
expected | ||
return | void |
public static ShouldNotBeTheSameAs ( this actual, object expected ) : object | ||
actual | this | |
expected | object | |
return | object |
public static ShouldNotContain ( this actual, string expected ) : void | ||
actual | this | |
expected | string | |
return | void |
public static ShouldNotEqual ( this actual, object expected ) : object | ||
actual | this | |
expected | object | |
return | object |
public static ShouldStartWith ( this actual, string expected ) : void | ||
actual | this | |
expected | string | |
return | void |