Method | Description | |
---|---|---|
AreEqual ( object expectedValue, bool actualValue ) : void | ||
IsFalse ( bool value ) : void | ||
IsInstanceOfType ( object value, |
||
IsNotNull ( object value ) : void |
public AreEqual ( object expectedValue, bool actualValue ) : void | ||
expectedValue | object | |
actualValue | bool | |
return | void |
public IsInstanceOfType ( object value, |
||
value | object | |
type | ||
return | void |