Name | Description |
---|---|
FluentMessage | Help to build a properly formatted fluent error message. |
MessageBlock | Class describing a message block. |
ReverseEngineeringExceptionMessagesHelper | Helper class that helps to retrieve well formated strings exception messages from a failing NFluent Check execution. 1. You provide the lambda containing the failing check. You run it (from within a test for instance) 2. You copy the content of the file generated (with path provided as argument, or default value: ). 3. You paste the exception message to your nunit ExpectedMessage value. |