Go to the source code of this file.
◆ TEST_F() [1/3]
Definition at line 73 of file subaddress.cpp.
75 EXPECT_EQ(test_label, w1.get_subaddress_label(subaddress_index));
#define EXPECT_EQ(val1, val2)
◆ TEST_F() [2/3]
Definition at line 78 of file subaddress.cpp.
81 w1.add_subaddress(0, label);
82 EXPECT_EQ(label, w1.get_subaddress_label({0, 1}));
#define EXPECT_EQ(val1, val2)
◆ TEST_F() [3/3]
Definition at line 85 of file subaddress.cpp.
89 w1.get_subaddress_label({1,0});
91 catch(
const std::exception& e)
97 w1.get_subaddress_label({0,2});
99 catch(
const std::exception& e)
#define EXPECT_STREQ(s1, s2)