|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.Assert
org.apache.ws.commons.schema.SchemaBuilderCacheTest
public class SchemaBuilderCacheTest
Test the resolved Schema cache.
| Constructor Summary | |
|---|---|
SchemaBuilderCacheTest()
|
|
| Method Summary | |
|---|---|
void |
testMultithreadCache()
Test that threads can not affect the cache for other threads. |
void |
testResolveCacheInitialized()
Test if the cache is initialized it will be populated when a schema is read and it will be cleared when the clearCache method is called. |
void |
testResolveCacheUninitialized()
Test that if the cache is not initialized, then it should not be used when a schema is read. |
| Methods inherited from class org.junit.Assert |
|---|
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaBuilderCacheTest()
| Method Detail |
|---|
public void testMultithreadCache()
public void testResolveCacheInitialized()
throws Exception
Exception
public void testResolveCacheUninitialized()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||