Method | Description | |
---|---|---|
DumpReadyToCopyAndPasteExceptionMessageInAFile ( System.Action lambda ) : void |
Generate a file containing the ready-to-be-copied-and-pasted-in-a-test exception message that occured while executing the provided lambda.
|
|
DumpReadyToCopyAndPasteExceptionMessageInAFile ( System.Action lambda, string dumpedMessageFilePath ) : void |
Generate a file containing the ready-to-be-copied-and-pasted-in-a-test exception message that occured while executing the provided lambda.
|
|
GetProperlyEscapedMessage ( string input ) : string |
Build a ready-to-be-copied-and-pasted-in-a-string message (it will "escape" tabs, CRLF, and quote characters).
|
Method | Description | |
---|---|---|
DumpProperlyEscapedMessage ( string outputfilePath, string message ) : void |
public static DumpReadyToCopyAndPasteExceptionMessageInAFile ( System.Action lambda ) : void | ||
lambda | System.Action | A lambda that generates a FluentException. |
return | void |
public static DumpReadyToCopyAndPasteExceptionMessageInAFile ( System.Action lambda, string dumpedMessageFilePath ) : void | ||
lambda | System.Action | A lambda that generates a FluentException. |
dumpedMessageFilePath | string | The path of the file to be generated with the (ready to be copied and pasted) exception message as content. |
return | void |
public static GetProperlyEscapedMessage ( string input ) : string | ||
input | string | The input message. |
return | string |