public class TestCaseFactory extends Object implements org.springframework.beans.factory.FactoryBean<TestCase>
Constructor and Description |
---|
TestCaseFactory() |
Modifier and Type | Method and Description |
---|---|
TestCase |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setFinalActions(List<TestAction> finalActions)
Setter for final test actions.
|
void |
setTestActions(List<TestAction> testActions)
Set the test actions.
|
void |
setTestCase(TestCase testCase)
Set the test case object.
|
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<TestCase>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<TestCase>
public void setFinalActions(List<TestAction> finalActions)
finalActions
- public void setTestCase(TestCase testCase)
testCase
- public void setTestActions(List<TestAction> testActions)
testActions
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.