java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.billing.PlanRegistryMock
All Implemented Interfaces:
PlanRegistry

public class PlanRegistryMock extends Object implements PlanRegistry
  • Field Details

    • freeTrial

      public static final Plan freeTrial
    • paidPlan

      public static final Plan paidPlan
    • nonePlan

      public static final Plan nonePlan
  • Constructor Details

    • PlanRegistryMock

      public PlanRegistryMock()
  • Method Details