Class Z2JupiterTestPlanDto

java.lang.Object
com.zfabrik.dev.z2jupiter.internal.transfer.Z2JupiterTestPlanDto

public class Z2JupiterTestPlanDto extends Object
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.
  • Constructor Details

    • Z2JupiterTestPlanDto

      public Z2JupiterTestPlanDto()
    • Z2JupiterTestPlanDto

      public Z2JupiterTestPlanDto(String id, org.junit.platform.launcher.TestPlan testplan)
  • Method Details