类 BatchTest
java.lang.Object
com.publiccms.test.logic.BatchTest
@DisplayName("Batch test case")
@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class)
@ContextConfiguration(classes=ApplicationConfig.class)
public class BatchTest
extends Object
BatchTest https://junit.org/junit5/docs/current/user-guide/
-
字段概要
字段修饰符和类型字段说明private CmsCategoryModelService
private CmsCategoryService
private CmsContentService
protected final org.apache.commons.logging.Log
private SysSiteService
private TemplateComponent
-
构造器概要
构造器 -
方法概要
-
字段详细资料
-
log
protected final org.apache.commons.logging.Log log -
siteService
-
categoryService
-
categoryModelService
-
contentService
-
templateComponent
-
-
构造器详细资料
-
BatchTest
public BatchTest()
-
-
方法详细资料
-
init
@BeforeAll public static void init() -
searchTest
@Test @DisplayName("batch test case") public void searchTest()
-