de.oio.bugkilla.splitter
Class TestStepWrapper
java.lang.Object
|
+--de.oio.bugkilla.splitter.TestStepWrapper
- public class TestStepWrapper
- extends java.lang.Object
- Author:
- swinkler
Method Summary |
static TestStepWrapper |
getFailureInstance(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
static TestStepWrapper |
getInstance(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
TestStep |
getSerializedStep()
Abrufen der vorhandenen Beans, beide werden gemeinsam in einem neuen Step in Form einer
TestStep gespeichert. |
javax.servlet.http.HttpServletResponse |
memorizeStep()
store the actual Conversation in Pair of Request/Response
return the special Response with the ability to record further manipulations by the following in the chain of responsibility |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static TestStepWrapper getInstance(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
getFailureInstance
public static TestStepWrapper getFailureInstance(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
memorizeStep
public javax.servlet.http.HttpServletResponse memorizeStep()
- store the actual Conversation in Pair of Request/Response
return the special Response with the ability to record further manipulations by the following in the chain of responsibility
- Returns:
- the wrapped Response for the further Recording
getSerializedStep
public TestStep getSerializedStep()
- Abrufen der vorhandenen Beans, beide werden gemeinsam in einem neuen Step in Form einer
TestStep gespeichert. Ein kompletter Step ist somit versendefertig und wird mittels der
Methode sendNextStep(...) zum Recorder gesandt.
Copyright © Orientation in Objects GmbH. All Rights Reserved.