public final class GroovyTestCaseParser extends Object implements org.springframework.context.ApplicationContextAware
Modifier and Type | Class and Description |
---|---|
static interface |
GroovyTestCaseParser.TestCaseBuilder
Builds a test case using the application context and test context
|
Constructor and Description |
---|
GroovyTestCaseParser() |
Modifier and Type | Method and Description |
---|---|
TestCase |
parse(org.springframework.core.io.Resource groovyScript)
Parse the groovy script.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public TestCase parse(org.springframework.core.io.Resource groovyScript)
groovyScript
- CitrusRuntimeException
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.