|
|||||||||
| Home >> All >> javatools >> util >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.util.test
Class TestCache

java.lang.Objectjavatools.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
|
|||||||||
| Home >> All >> javatools >> util >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javatools.util.test.TestCache