Exemplo n.º 1
0
int main()
{
    testLoginLogout();

    sendCommandToApp("login Auzzy 123456");
    testPush();
    testList();
    testFetch();
    testDelete();
    sendCommandToApp("logout");

    return 0;
}
Exemplo n.º 2
0
 void run ()
 {
     testFetch ();
 }
Exemplo n.º 3
0
 void runTest ()
 {
     testFetch ();
 }