|
Joutsen v0.5.0+12-g5dd5f7e
|
A convenience class which offers extension methods for string comparisons in unit tests. More...
Static Public Member Functions | |
| static EqualStringsConstraint | FormattedWith (this EqualConstraint constraint, params object[] parameters) |
| Creates a constraint that formats the values before evaluation. More... | |
| static EqualStringsConstraint | FormattedWith (this EqualConstraint constraint, object parameter) |
| Creates a constraint that formats the values before evaluation. More... | |
| static EqualStringsConstraint | FormattedWith (this EqualConstraint constraint, IDictionary< string, object > parameters) |
| Creates a constraint that formats the values before evaluation. More... | |
| static EqualStringsConstraint | RemoveLineBreaks (this EqualConstraint constraint) |
| Creates an equal constraint that will remove the line breaks before comparing the strings. More... | |
A convenience class which offers extension methods for string comparisons in unit tests.
|
static |
Creates a constraint that formats the values before evaluation.
| constraint | the constraint |
| parameters | the parameters to format the strings with before the comparison |
|
static |
Creates a constraint that formats the values before evaluation.
| constraint | the constraint |
| parameter | the parameter to format the strings with before the comparison |
|
static |
Creates a constraint that formats the values before evaluation.
| constraint | the constraint |
| parameters | the parameters to format the strings with before the comparison |
|
static |
Creates an equal constraint that will remove the line breaks before comparing the strings.
| constraint | the constraint |