|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jete.context.TestContextLoader
Common means of loading an application context throughout the test framework.
| Constructor Summary | |
TestContextLoader()
|
|
| Method Summary | |
static org.springframework.context.ApplicationContext |
loadContext(java.lang.String path)
Load an application context via a failpath. |
static void |
unloadContext(org.springframework.context.ApplicationContext context)
To preserve resources, unload the specified ConfigurableApplicationContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestContextLoader()
| Method Detail |
public static org.springframework.context.ApplicationContext loadContext(java.lang.String path)
throws java.io.FileNotFoundException
path -
java.io.FileNotFoundExceptionpublic static void unloadContext(org.springframework.context.ApplicationContext context)
context -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||