test.extra_should

Members

Functions

shouldEqualPretty
void shouldEqualPretty(lazy V value, lazy E expected, string file = __FILE__, size_t line = __LINE__)

Verify in lockstep that the two values are the same.

shouldEqualPretty
void shouldEqualPretty(lazy V value, lazy E expected, lazy Separator sep, string file = __FILE__, size_t line = __LINE__)

Split with sep and verify in lockstep that the two values are the same.

shouldEqualPretty
void shouldEqualPretty(lazy V value, lazy E expected, lazy string sep = newline, string file = __FILE__, size_t line = __LINE__)

Verify that two strings are the same.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

License

MPL-2