dshould.stringcmp

Members

Functions

equal
void equal(Should should, T expected, Fence _ = Fence(), string file = __FILE__, size_t line = __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.

Meta