public AppendIfAssert ( object testContent, object trueContent, object falseContent ) : void | ||
testContent | object | The pattern to assert. |
trueContent | object | The pattern to match if the assertion succeeds. |
falseContent | object | The pattern to match if the assertion fails. |
return | void |