either ~master (2024-02-23T08:51:11Z)
Dub
Repo
Expect
_expect
Undocumented in source.
version(unittest)
struct
Expect (
T
) {
T
testedValue
;
auto
to
();
auto
equal
(U expectedValue);
}
Members
Functions
equal
auto
equal
(U expectedValue)
Undocumented in source. Be warned that the author may not have intended to support it.
to
auto
to
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
testedValue
T
testedValue
;
Undocumented in source.
Meta
Source
See Implementation
_expect
aliases
should
functions
expect
structs
Expect