|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.springframework.webflow.test.execution.AbstractFlowExecutionTests grails.test.WebFlowTestCase
public abstract class WebFlowTestCase
Field Summary | |
---|---|
protected MockHttpServletRequest |
mockRequest
|
protected MockHttpServletResponse |
mockResponse
|
protected MockServletContext |
mockServletContext
|
Constructor Summary | |
---|---|
WebFlowTestCase()
|
Method Summary | |
---|---|
protected groovy.lang.MetaClass |
$getStaticMetaClass()
|
abstract Object |
getFlow()
|
org.springframework.webflow.definition.FlowDefinition |
getFlowDefinition()
|
String |
getFlowId()
|
groovy.lang.MetaClass |
getMetaClass()
|
Object |
getProperty(String property)
|
Object |
invokeMethod(String method,
Object arguments)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setProperty(String property,
Object value)
|
protected void |
setUp()
|
protected org.springframework.webflow.context.ExternalContext |
signalEvent(String eventId)
|
protected void |
startFlow()
|
protected void |
tearDown()
|
Methods inherited from class org.springframework.webflow.test.execution.AbstractFlowExecutionTests |
---|
assertActiveFlowEquals, assertCurrentStateEquals, assertFlowExecutionActive, assertFlowExecutionEnded, assertFlowExecutionOutcomeEquals, assertResponseWrittenEquals, createFlowExecutionFactory, getConversationAttribute, getConversationScope, getFlowAttribute, getFlowExecution, getFlowExecutionFactory, getFlowExecutionOutcome, getFlowScope, getRequiredConversationAttribute, getRequiredConversationAttribute, getRequiredFlowAttribute, getRequiredFlowAttribute, getRequiredViewAttribute, getRequiredViewAttribute, getViewAttribute, getViewScope, resumeFlow, setCurrentState, startFlow, startFlow, updateFlowExecution |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected MockHttpServletRequest mockRequest
protected MockHttpServletResponse mockResponse
protected MockServletContext mockServletContext
Constructor Detail |
---|
public WebFlowTestCase()
Method Detail |
---|
public abstract Object getFlow()
public String getFlowId()
protected void setUp()
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
public org.springframework.webflow.definition.FlowDefinition getFlowDefinition()
getFlowDefinition
in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
protected void startFlow()
protected org.springframework.webflow.context.ExternalContext signalEvent(String eventId)
protected groovy.lang.MetaClass $getStaticMetaClass()
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |