Class UnitTests

java.lang.Object
com.danga.MemCached.test.UnitTests

public class UnitTests extends Object
  • Field Details

    • log

      private static org.apache.log4j.Logger log
    • mc

      public static MemCachedClient mc
  • Constructor Details

    • UnitTests

      public UnitTests()
  • Method Details

    • test1

      public static void test1()
    • test2

      public static void test2()
    • test3

      public static void test3()
    • test4

      public static void test4()
    • test5

      public static void test5()
    • test6

      public static void test6()
    • test7

      public static void test7()
    • test8

      public static void test8()
    • test9

      public static void test9()
    • test10

      public static void test10()
    • test11

      public static void test11()
    • test12

      public static void test12()
    • test13

      public static void test13()
    • test14

      public static void test14()
    • test15

      public static void test15()
    • test16

      public static void test16()
    • test17

      public static void test17()
    • test18

      public static void test18()
    • test19

      public static void test19()
    • test20

      public static void test20(int max, int skip, int start)
    • test21

      public static void test21()
    • test22

      public static void test22()
    • test23

      public static void test23()
    • test24

      public static void test24()
    • runAlTests

      public static void runAlTests(MemCachedClient mc)
    • main

      public static void main(String[] args)
      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
      Parameters:
      args - the command line arguments