public class TestCase extends Object
Constructor and Description |
---|
TestCase() |
Modifier and Type | Method and Description |
---|---|
List<AssertEqual> |
getAssertEquals()
Get assert equals set of particular test case.
|
List<AssertNotNull> |
getAssertNotNull()
Get assert not null set of particular test case.
|
String |
getInputPayload()
Get input payload of particular test case.
|
List<Map<String,String>> |
getPropertyMap()
Get input property values of particular test case.
|
String |
getRequestMethod()
Get request method of particular test case.
|
String |
getRequestPath()
Get request path of particular test case.
|
String |
getTestCaseName()
Get name of the test case.
|
void |
setAssertEquals(List<AssertEqual> assertEquals)
Add assertEquals set into a ArrayList.
|
void |
setAssertNotNull(List<AssertNotNull> assertNotNull)
Add assertNotNull set into a ArrayList.
|
void |
setInputPayload(String inputPayload)
Add input payload into a ArrayList.
|
void |
setPropertyMap(List<Map<String,String>> propertyMap)
Add input property values into a ArrayList.
|
void |
setRequestMethod(String requestMethod)
Add requestMethod.
|
void |
setRequestPath(String requestPath)
Add requestPath.
|
void |
setTestCaseName(String testCaseName)
Set test case name.
|
public String getTestCaseName()
public String getInputPayload()
public List<Map<String,String>> getPropertyMap()
public List<AssertEqual> getAssertEquals()
public List<AssertNotNull> getAssertNotNull()
public String getRequestPath()
public String getRequestMethod()
public void setInputPayload(String inputPayload)
inputPayload
- input payload of a particular test casepublic void setPropertyMap(List<Map<String,String>> propertyMap)
propertyMap
- input property values of a particular test casepublic void setAssertEquals(List<AssertEqual> assertEquals)
assertEquals
- assertEquals set of a particular test casepublic void setAssertNotNull(List<AssertNotNull> assertNotNull)
assertNotNull
- assertNotNull set of a particular test casepublic void setRequestPath(String requestPath)
requestPath
- requestPath of a particular test casepublic void setRequestMethod(String requestMethod)
requestMethod
- requestMethod of a particular test casepublic void setTestCaseName(String testCaseName)
testCaseName
- name of the particular test caseCopyright © 2005–2023 Apache Software Foundation. All rights reserved.