dshould.stringcmp

Undocumented in source.

Members

Functions

colorizedDiff
Nullable!T colorizedDiff(T expected, T text)
Undocumented in source. Be warned that the author may not have intended to support it.
equal
void equal(Should should, T value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
multiLineDiff
auto multiLineDiff(string[] expected, string[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
oneLineDiff
auto oneLineDiff(string expected, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
stringCmp
void stringCmp(Should should, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CLEAR_CODE
enum CLEAR_CODE;
Undocumented in source.
GREEN_CODE
enum GREEN_CODE;
Undocumented in source.
RED_CODE
enum RED_CODE;
Undocumented in source.

Meta