shouldEqualPretty
- void shouldEqualPretty(lazy V value, lazy E expected, string file = __FILE__, size_t line = __LINE__)
- void shouldEqualPretty(lazy V value, lazy E expected, lazy Separator sep, string file = __FILE__, size_t line = __LINE__)
- void shouldEqualPretty(lazy V value, lazy E expected, lazy string sep = newline, string file = __FILE__, size_t line = __LINE__)
void
shouldEqualPretty
@
safe (
,,lazy string sep = newline ,, )
if (
isAllSomeString!(V, E)
)
Verify that two strings are the same.
Performs tests per line to better isolate when a difference is found.