public abstract class SpringTest extends Object
| Constructor and Description |
|---|
SpringTest() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.context.support.AbstractXmlApplicationContext |
createSpringContext() |
protected void |
doAfterSpringStart() |
protected void |
doAfterSpringStop() |
protected void |
doBeforeSpringStart() |
protected void |
doBeforeSpringStop() |
protected abstract void |
fillProperties(Map<String,String> props) |
org.springframework.context.support.AbstractXmlApplicationContext |
getContext() |
protected abstract String |
getServiceName() |
protected String |
getSpringResource() |
void |
start() |
void |
stop() |
public org.springframework.context.support.AbstractXmlApplicationContext getContext()
public void start()
protected void doAfterSpringStart()
protected void doBeforeSpringStart()
protected void doAfterSpringStop()
protected void doBeforeSpringStop()
protected org.springframework.context.support.AbstractXmlApplicationContext createSpringContext()
protected String getSpringResource()
public void stop()
protected abstract String getServiceName()
Copyright © 2012–2017 Taimos GmbH. All rights reserved.