|
MQLUNIT
|
Definition of MQLUNIT constants. More...

Macros | |
| #define | MQLUNIT_CONSTANTS_MQH |
| #define | MQLUNIT_OUTPUT_WRAP 42 |
| The number of characters to wrap the test progress output at. Only applicable to text based output (console, terminal, text file). More... | |
| #define | MQLUNIT_MAX_CONTEXT_LENGTH 20 |
| The maximum context length at which strings that aren't equal are going to be compacted in the assertion failure message. More... | |
| #define | MQLUNIT_ELLIPSIS "..." |
| Used to replace a common prefix in the output of the difference between two strings. More... | |
| #define | MQLUNIT_DELTA_END "]" |
| Used to wrap the output of the difference between two strings. More... | |
| #define | MQLUNIT_DELTA_START "[" |
| Used to wrap the output of the difference between two strings. More... | |
Definition of MQLUNIT constants.
| #define MQLUNIT_CONSTANTS_MQH |
| #define MQLUNIT_DELTA_END "]" |
Used to wrap the output of the difference between two strings.
| #define MQLUNIT_DELTA_START "[" |
Used to wrap the output of the difference between two strings.
| #define MQLUNIT_ELLIPSIS "..." |
Used to replace a common prefix in the output of the difference between two strings.
| #define MQLUNIT_MAX_CONTEXT_LENGTH 20 |
The maximum context length at which strings that aren't equal are going to be compacted in the assertion failure message.
| #define MQLUNIT_OUTPUT_WRAP 42 |
The number of characters to wrap the test progress output at. Only applicable to text based output (console, terminal, text file).
|
Copyright © 2017 Eneset Group Trust |