Class GwtDataSetPreProcessor
java.lang.Object
com.chutneytesting.execution.domain.GwtDataSetPreProcessor
- All Implemented Interfaces:
TestCasePreProcessor<GwtTestCase>
@Component
public class GwtDataSetPreProcessor
extends Object
implements TestCasePreProcessor<GwtTestCase>
-
Constructor Summary
ConstructorsConstructorDescriptionGwtDataSetPreProcessor(GwtScenarioMarshaller marshaller, GlobalvarRepository globalvarRepository) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.chutneytesting.server.core.domain.execution.processor.TestCasePreProcessor
replaceParams, replaceParams, replaceParams, test
-
Constructor Details
-
GwtDataSetPreProcessor
public GwtDataSetPreProcessor(GwtScenarioMarshaller marshaller, GlobalvarRepository globalvarRepository)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceTestCasePreProcessor<GwtTestCase>
-