@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCase extends Object implements Serializable, Cloneable, StructuredPojo
Shows tests in a test group.
Constructor and Description |
---|
TestCase() |
Modifier and Type | Method and Description |
---|---|
TestCase |
addConfigurationEntry(String key,
String value)
Add a single Configuration entry
|
TestCase |
clearConfigurationEntries()
Removes all the entries added into Configuration.
|
TestCase |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getConfiguration()
Shows test case configuration.
|
String |
getName()
Shows test case name.
|
TestCaseDefinition |
getTest()
Specifies a test.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfiguration(Map<String,String> configuration)
Shows test case configuration.
|
void |
setName(String name)
Shows test case name.
|
void |
setTest(TestCaseDefinition test)
Specifies a test.
|
String |
toString()
Returns a string representation of this object.
|
TestCase |
withConfiguration(Map<String,String> configuration)
Shows test case configuration.
|
TestCase |
withName(String name)
Shows test case name.
|
TestCase |
withTest(TestCaseDefinition test)
Specifies a test.
|
public void setName(String name)
Shows test case name.
name
- Shows test case name.public String getName()
Shows test case name.
public TestCase withName(String name)
Shows test case name.
name
- Shows test case name.public Map<String,String> getConfiguration()
Shows test case configuration.
public void setConfiguration(Map<String,String> configuration)
Shows test case configuration.
configuration
- Shows test case configuration.public TestCase withConfiguration(Map<String,String> configuration)
Shows test case configuration.
configuration
- Shows test case configuration.public TestCase addConfigurationEntry(String key, String value)
public TestCase clearConfigurationEntries()
public void setTest(TestCaseDefinition test)
Specifies a test.
test
- Specifies a test.public TestCaseDefinition getTest()
Specifies a test.
public TestCase withTest(TestCaseDefinition test)
Specifies a test.
test
- Specifies a test.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.