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 expected, Fence _, string file, size_t line)

Given string types, this version of the word .equal implements color-coded diffs. <b>There is no need to call this directly</b> - simply import dshould; the right function will be called automatically.

green
auto green(T text)
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.
red
auto red(T text)
Undocumented in source. Be warned that the author may not have intended to support it.
stringCmpError
void stringCmpError(string got, string expected, Flag!"quote" quote, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta