
Classes | |
| class | TestClass |
Static Public Member Functions | |
| static void | main (String[] args) |
| static void | runAlTests (MemcachedClient mc) |
| static void | test1 () |
| static void | test10 () |
| static void | test11 () |
| static void | test12 () |
| static void | test13 () |
| static void | test14 () |
| static void | test15 () |
| static void | test16 () |
| static void | test17 () |
| static void | test18 () |
| static void | test19 () |
| static void | test2 () |
| static void | test20 (int max, int skip, int start) |
| static void | test21 () |
| static void | test22 () |
| static void | test23 () |
| static void | test24 () |
| static void | test3 () |
| static void | test4 () |
| static void | test5 () |
| static void | test6 () |
| static void | test7 () |
| static void | test8 () |
| static void | test9 () |
Static Public Attributes | |
| static MemcachedClient | mc = null |
Static Private Member Functions | |
| static void | assertTrue (boolean v) |
Static Private Attributes | |
| static Logger | log |
| static void assertTrue | ( | boolean | v | ) | [static, private] |
| static void main | ( | String[] | args | ) | [static] |
This runs through some simple tests of the MemcacheClient.
Command line args: args[0] = number of threads to spawn args[1] = number of runs per thread args[2] = size of object to store
| args | the command line arguments |
| static void runAlTests | ( | MemcachedClient | mc | ) | [static] |
| static void test1 | ( | ) | [static] |
| static void test10 | ( | ) | [static] |
| static void test11 | ( | ) | [static] |
| static void test12 | ( | ) | [static] |
| static void test13 | ( | ) | [static] |
| static void test14 | ( | ) | [static] |
| static void test15 | ( | ) | [static] |
| static void test16 | ( | ) | [static] |
| static void test17 | ( | ) | [static] |
| static void test18 | ( | ) | [static] |
| static void test19 | ( | ) | [static] |
| static void test2 | ( | ) | [static] |
| static void test20 | ( | int | max, | |
| int | skip, | |||
| int | start | |||
| ) | [static] |
| static void test21 | ( | ) | [static] |
| static void test22 | ( | ) | [static] |
| static void test23 | ( | ) | [static] |
| static void test24 | ( | ) | [static] |
| static void test3 | ( | ) | [static] |
| static void test4 | ( | ) | [static] |
| static void test5 | ( | ) | [static] |
| static void test6 | ( | ) | [static] |
| static void test7 | ( | ) | [static] |
| static void test8 | ( | ) | [static] |
| static void test9 | ( | ) | [static] |
Logger log [static, private] |
Initial value:
Logger.getLogger( UnitTests.class.getName() )
MemcachedClient mc = null [static] |
1.5.8