Advertisement
Guest User

Untitled

a guest
May 21st, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. UNIT_TEST_REGISTER(add_msg_and_read_label, "Add msg and read label");
  2. UNIT_TEST_REGISTER(add_msg_and_read_value_str, "Add msg and read str value");
  3. UNIT_TEST_REGISTER(add_msg_and_read_value_int, "Add msg and read int value");
  4. UNIT_TEST_REGISTER(read_add_read_label, "Read, add, read label");
  5. UNIT_TEST_REGISTER(read_add_read_value_str, "read, add, read str value");
  6. UNIT_TEST_REGISTER(read_add_read_value_int," read, add, read int value");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement