Method | Description | |
---|---|---|
Matches ( object actual ) : bool |
Test whether the constraint is satisfied by a given value
|
|
NullOrEmptyStringConstraint ( ) : System |
Constructs a new NullOrEmptyStringConstraint
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
public Matches ( object actual ) : bool | ||
actual | object | The value to be tested |
return | bool |
public NullOrEmptyStringConstraint ( ) : System | ||
return | System |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
return | void |