20#include <xrpl/beast/utility/Zero.h>
22#include <xrpl/beast/unit_test.h>
36namespace inner_adl_test {
72 expect(result == correct, message);
void expect_same(bool result, bool correct, char const *message)
void test_lhs_zero(IntegerWrapper x)
void run() override
Runs the suite.
void test_rhs_zero(IntegerWrapper x)
testcase_t testcase
Memberspace for declaring test cases.
bool expect(Condition const &shouldBeTrue)
Evaluate a test condition.
auto signum(T const &t)
Default implementation of signum calls the method on the class.
Zero allows classes to offer efficient comparisons to zero.