Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util.test
Class TestCache  view TestCache download TestCache.java

java.lang.Object
  extended byjavatools.util.test.TestCache

public class TestCache
extends java.lang.Object


Nested Class Summary
(package private)  class TestCache.TestFailedException
           
 
Field Summary
(package private)  javatools.util.Cache c
           
 
Constructor Summary
TestCache()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
(package private)  void run()
           
(package private)  void test()
           
(package private)  void test2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

javatools.util.Cache c
Constructor Detail

TestCache

public TestCache()
Method Detail

main

public static void main(java.lang.String[] argv)

run

void run()

test

void test()
    throws TestCache.TestFailedException

test2

void test2()
     throws TestCache.TestFailedException