mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 22:38:10 +08:00
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
This commit is contained in:
@@ -2,6 +2,7 @@ package com.yomahub.liteflow.test;
|
||||
|
||||
import com.yomahub.liteflow.core.FlowInitHook;
|
||||
import com.yomahub.liteflow.flow.FlowBus;
|
||||
import com.yomahub.liteflow.lifecycle.LifeCycleHolder;
|
||||
import com.yomahub.liteflow.process.holder.SpringCmpAroundAspectHolder;
|
||||
import com.yomahub.liteflow.property.LiteflowConfigGetter;
|
||||
import com.yomahub.liteflow.spi.holder.SpiFactoryInitializing;
|
||||
@@ -21,6 +22,7 @@ public class BaseTest {
|
||||
FlowInitHook.cleanHook();
|
||||
FlowBus.clearStat();
|
||||
SpringCmpAroundAspectHolder.clean();
|
||||
LifeCycleHolder.clean();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user