@WebTestConfig
@ImportResource(locations="classpath:spring*.xml")
@TestPropertySet(properties={"env=test","injectBean.autoEnable=true"},
locations={"classpath:test-framework.properties","classpath:db.properties"})
@ScanBeanClass(scanBasePackages="com.seeyon",
exclude={})
@UserConfig(xmlPath="classpath:userCtx_dev.xml")
@Init(include={},
includeMethodNames={})
public class HtmlToPdfManagerImplTest
extends java.lang.Object
| 构造器和说明 |
|---|
HtmlToPdfManagerImplTest() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
batchHtmlToPdfCustomCommand() |
void |
getCommands() |
void |
singleHtmlToPdfCustomCommand() |
@TestDesc(caseID="ctp-common",
businessClass=HtmlToPdfManagerImpl.class,
businessMethodName="singleHtmlToPdfCustomCommand")
public void singleHtmlToPdfCustomCommand()
throws java.lang.Exception
java.lang.Exception@TestDesc(caseID="ctp-common",
businessClass=HtmlToPdfManagerImpl.class,
businessMethodName="getCommands")
public void getCommands()
public void batchHtmlToPdfCustomCommand()
throws java.lang.Exception
java.lang.Exception