int main() { testLoginLogout(); sendCommandToApp("login Auzzy 123456"); testPush(); testList(); testFetch(); testDelete(); sendCommandToApp("logout"); return 0; }
void run () { testFetch (); }
void runTest () { testFetch (); }