Class ConfigurationTestCase
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.configuration.ConfigurationTestCase
-
- All Implemented Interfaces:
Describable<ConfigurationTestCase>
,Serializable
- Direct Known Subclasses:
GenericTestCase
,UnitTestCase
public abstract class ConfigurationTestCase extends Object implements Describable<ConfigurationTestCase>, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigurationTestCase.ConfigurationTestCaseDescriptor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientDashboard()
List<Dashboard>
getComparisonDashboards()
ConfigurationTestCase.ConfigurationTestCaseDescriptor
getDescriptor()
String
getName()
List<Dashboard>
getSingleDashboards()
String
getXmlDashboard()
void
setClientDashboard(String clientDashboard)
boolean
validate()
-
-
-
Method Detail
-
getName
public String getName()
-
getXmlDashboard
public String getXmlDashboard()
-
getClientDashboard
public String getClientDashboard()
-
setClientDashboard
public void setClientDashboard(String clientDashboard)
-
validate
public boolean validate()
-
getDescriptor
public ConfigurationTestCase.ConfigurationTestCaseDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<ConfigurationTestCase>
-
-