Package | Description |
---|---|
com.consol.citrus.util |
Modifier and Type | Method and Description |
---|---|
static TestCaseCreator |
TestCaseCreator.build()
Builder method for this creator.
|
TestCaseCreator |
TestCaseCreator.usePackage(String targetPackage)
Set package via builder method.
|
TestCaseCreator |
TestCaseCreator.useSrcDirectory(String srcDirectory)
Set test source directory via builder method.
|
TestCaseCreator |
TestCaseCreator.withAuthor(String author)
Set author via builder method.
|
TestCaseCreator |
TestCaseCreator.withDescription(String description)
Set description via builder method.
|
TestCaseCreator |
TestCaseCreator.withFramework(TestCaseCreator.UnitFramework framework)
Set the unit testing framework to use.
|
TestCaseCreator |
TestCaseCreator.withName(String name)
Set name via builder method.
|
TestCaseCreator |
TestCaseCreator.withXmlRequest(String xmlRequest)
Set the request to use.
|
TestCaseCreator |
TestCaseCreator.withXmlResponse(String xmlResponse)
Set the response to use.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.