mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
Change commandname in test function to uppercase
This commit is contained in:
@@ -30,51 +30,51 @@ public:
|
||||
|
||||
virtual ~RedisTest();
|
||||
|
||||
void testAppend();
|
||||
void testBLpop();
|
||||
void testBRpop();
|
||||
void testDecr();
|
||||
void testEcho();
|
||||
void testAPPEND();
|
||||
void testBLPOP();
|
||||
void testBRPOP();
|
||||
void testDECR();
|
||||
void testECHO();
|
||||
void testError();
|
||||
void testEval();
|
||||
void testHDel();
|
||||
void testHSet();
|
||||
void testIncr();
|
||||
void testIncrBy();
|
||||
void testLIndex();
|
||||
void testLInsert();
|
||||
void testLPop();
|
||||
void testLRem();
|
||||
void testLSet();
|
||||
void testLTrim();
|
||||
void testMulti();
|
||||
void testMSet();
|
||||
void testMSetWithMap();
|
||||
void testPing();
|
||||
void testEVAL();
|
||||
void testHDEL();
|
||||
void testHSET();
|
||||
void testINCR();
|
||||
void testINCRBY();
|
||||
void testLINDEX();
|
||||
void testLINSERT();
|
||||
void testLPOP();
|
||||
void testLREM();
|
||||
void testLSET();
|
||||
void testLTRIM();
|
||||
void testMULTI();
|
||||
void testMSET();
|
||||
void testMSETWithMap();
|
||||
void testPING();
|
||||
void testPipeliningWithSendCommands();
|
||||
void testPipeliningWithWriteCommand();
|
||||
void testPubSub();
|
||||
void testSAdd();
|
||||
void testSCard();
|
||||
void testSDiff();
|
||||
void testSDiffStore();
|
||||
void testSet();
|
||||
void testSInter();
|
||||
void testSInterStore();
|
||||
void testSIsmember();
|
||||
void testSMembers();
|
||||
void testSMove();
|
||||
void testSPop();
|
||||
void testSRandMember();
|
||||
void testSRem();
|
||||
void testSUnion();
|
||||
void testSUnionStore();
|
||||
void testStrlen();
|
||||
void testRename();
|
||||
void testRenameNx();
|
||||
void testRPop();
|
||||
void testRPoplPush();
|
||||
void testRPush();
|
||||
void testSADD();
|
||||
void testSCARD();
|
||||
void testSDIFF();
|
||||
void testSDIFFSTORE();
|
||||
void testSET();
|
||||
void testSINTER();
|
||||
void testSINTERSTORE();
|
||||
void testSISMEMBER();
|
||||
void testSMEMBERS();
|
||||
void testSMOVE();
|
||||
void testSPOP();
|
||||
void testSRANDMEMBER();
|
||||
void testSREM();
|
||||
void testSUNION();
|
||||
void testSUNIONSTORE();
|
||||
void testSTRLEN();
|
||||
void testRENAME();
|
||||
void testRENAMENX();
|
||||
void testRPOP();
|
||||
void testRPOPLPUSH();
|
||||
void testRPUSH();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user