Class BaseSubscriptionClassTypeTestCase

java.lang.Object
com.liferay.subscription.test.util.BaseSubscriptionTestCase
com.liferay.subscription.test.util.BaseSubscriptionClassTypeTestCase

public abstract class BaseSubscriptionClassTypeTestCase extends BaseSubscriptionTestCase
  • Constructor Details

    • BaseSubscriptionClassTypeTestCase

      public BaseSubscriptionClassTypeTestCase()
  • Method Details

    • testSubscriptionClassTypeWhenAddingBaseModel

      public void testSubscriptionClassTypeWhenAddingBaseModel() throws Exception
      Throws:
      Exception
    • testSubscriptionClassTypeWhenUpdatingBaseModel

      public void testSubscriptionClassTypeWhenUpdatingBaseModel() throws Exception
      Throws:
      Exception
    • testSubscriptionDefaultClassTypeWhenAddingBaseModel

      public void testSubscriptionDefaultClassTypeWhenAddingBaseModel() throws Exception
      Throws:
      Exception
    • testSubscriptionDefaultClassTypeWhenUpdatingBaseModel

      public void testSubscriptionDefaultClassTypeWhenUpdatingBaseModel() throws Exception
      Throws:
      Exception
    • addBaseModelWithClassType

      protected abstract long addBaseModelWithClassType(long containerModelId, long classTypeId) throws Exception
      Throws:
      Exception
    • addClassType

      protected abstract long addClassType() throws Exception
      Throws:
      Exception
    • addSubscriptionClassType

      protected abstract void addSubscriptionClassType(long classTypeId) throws Exception
      Throws:
      Exception
    • deleteSubscriptionClassType

      protected abstract void deleteSubscriptionClassType(long classTypeId) throws Exception
      Throws:
      Exception
    • getDefaultClassTypeId

      protected abstract Long getDefaultClassTypeId() throws Exception
      Throws:
      Exception