public class TestSuiteDTO extends Object
Description of TestSuiteConfig ...
| Constructor and Description |
|---|
TestSuiteDTO()
TestSuiteConfig constructor.
|
TestSuiteDTO(TestSuiteDTO ts)
TestSuiteConfig constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Implementation of clone.
|
boolean |
equals(Object obj)
Implementation of equals.
|
String |
getDescription()
Access description property.
|
String |
getName()
Access name property.
|
Map |
getTests()
Access tests property.
|
int |
hashCode() |
void |
setDescription(String description)
Set description to description.
|
void |
setName(String name)
Set name to name.
|
void |
setTests(Map tests)
Set tests to tests.
|
public TestSuiteDTO()
Does nothing
public TestSuiteDTO(TestSuiteDTO ts)
Creates a copy of the TestSuiteConfig passed in.
ts - The Test Suite to copypublic Object clone()
clone in class ObjectObject.clone()public boolean equals(Object obj)
equals in class Objectobj - An object to compare for equality.Object.equals(java.lang.Object)public String getDescription()
public void setDescription(String description)
description - The description to set.public String getName()
public void setName(String name)
name - The name to set.public Map getTests()
public void setTests(Map tests)
tests - The tests to set.Copyright © 1996–2019 Geotools. All rights reserved.