dshould.stringcmp

Undocumented in source.

Members

Functions

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.
red
auto red(T text)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta