public class XmlTestLoader extends Object implements TestLoader
Constructor and Description |
---|
XmlTestLoader(Class<?> testClass,
String testName,
String packageName,
org.springframework.context.ApplicationContext parentContext)
Default constructor with context file and parent application context field.
|
Modifier and Type | Method and Description |
---|---|
String |
getContextFile()
Gets custom Spring application context file for the XML test case.
|
TestCase |
load()
Loads and creates new test case object..
|
void |
setContextFile(String contextFile)
Sets custom Spring application context file for XML test case.
|
public TestCase load()
TestLoader
load
in interface TestLoader
public String getContextFile()
public void setContextFile(String contextFile)
contextFile
- Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.