类 CmsContentTest

java.lang.Object
com.publiccms.test.logic.CmsContentTest

@DisplayName("CmsContent test case") @ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) @ContextConfiguration(classes=ApplicationConfig.class) class CmsContentTest extends Object
CmsContentTest https://junit.org/junit5/docs/current/user-guide/
  • 字段详细资料

    • log

      protected final org.apache.commons.logging.Log log
    • contentService

      private CmsContentService contentService
  • 构造器详细资料

    • CmsContentTest

      CmsContentTest()
  • 方法详细资料

    • init

      @BeforeAll public static void init()
    • searchTest

      @Test @DisplayName("search and hightliter test case") void searchTest()