Class Z2JupiterTestPlanDto
java.lang.Object
com.zfabrik.dev.z2jupiter.internal.transfer.Z2JupiterTestPlanDto
- All Implemented Interfaces:
Serializable
DTO for test plan transport back from back end.
This does not really transport the test plan as that holds
implementation types from engines on the back end,
instead it provides a mimicked test plan that has the same identifiers
and can be served to the client for introspection.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionZ2JupiterTestPlanDto(String id, org.junit.platform.launcher.TestPlan testplan)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getRoots()
int
hashCode()
void
setConfigurationParameters(Z2ConfigurationParametersDto configurationParameters)
void
void
setRoots(List<Z2JupiterTestIdentifierDto> roots)
toString()
-
Constructor Details
-
Z2JupiterTestPlanDto
public Z2JupiterTestPlanDto() -
Z2JupiterTestPlanDto
-
-
Method Details