优化流程审核

This commit is contained in:
yubaolee
2017-02-06 18:02:52 +08:00
parent 893e1e0c87
commit 16dae39eae
10 changed files with 951 additions and 1003 deletions

View File

@@ -3,7 +3,6 @@ using Infrastructure;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenAuth.App;
using OpenAuth.Domain;
using OpenAuth.Domain.Service;
namespace OpenAuth.UnitTest
{
@@ -11,12 +10,12 @@ namespace OpenAuth.UnitTest
public class TestWorkflow :TestBase
{
private WFSchemeService _app;
private WFRuntimeService _runApp;
private WFProcessInstanceService _runApp;
public TestWorkflow()
{
_app = AutofacExt.GetFromFac<WFSchemeService>();
_runApp = AutofacExt.GetFromFac<WFRuntimeService>();
_runApp = AutofacExt.GetFromFac<WFProcessInstanceService>();
}
[TestMethod]
public void AddForm()