Class BaseUADDisplayTestCase<T>

java.lang.Object
com.liferay.user.associated.data.test.util.BaseUADDisplayTestCase<T>

public abstract class BaseUADDisplayTestCase<T> extends Object
  • Field Details

    • user

      @DeleteAfterTestRun protected com.liferay.portal.kernel.model.User user
  • Constructor Details

    • BaseUADDisplayTestCase

      public BaseUADDisplayTestCase()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • testCount

      public void testCount() throws Exception
      Throws:
      Exception
    • testGetAllByStatusByUserId

      public void testGetAllByStatusByUserId() throws Exception
      Throws:
      Exception
    • testGetAllWithNoBaseModel

      public void testGetAllWithNoBaseModel() throws Exception
      Throws:
      Exception
    • testGetTypeName

      public void testGetTypeName()
    • addBaseModel

      protected abstract com.liferay.portal.kernel.model.BaseModel<?> addBaseModel(long userId) throws Exception
      Throws:
      Exception
    • getUADDisplay

      protected abstract com.liferay.user.associated.data.display.UADDisplay<T> getUADDisplay()