补充测试用例

This commit is contained in:
bryan31
2022-03-05 16:02:51 +08:00
parent 9f9c15ec0c
commit 6b0cc1fd07
4 changed files with 32 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import javax.annotation.Resource;
*/
@RunWith(SpringRunner.class)
@ContextConfiguration("classpath:/emptyFlow/application.xml")
public class EmptyFlowTest extends BaseTest {
public class EmptyFlowSpringTest extends BaseTest {
@Resource
private FlowExecutor flowExecutor;