mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-09-26 06:17:48 +08:00
flow ui
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
using System;
|
||||||
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
using OpenAuth.Domain.Service;
|
||||||
|
|
||||||
|
namespace OpenAuth.UnitTest
|
||||||
|
{
|
||||||
|
[TestClass]
|
||||||
|
public class TestWorkflow :TestBase
|
||||||
|
{
|
||||||
|
private WorkflowService _app;
|
||||||
|
|
||||||
|
public TestWorkflow()
|
||||||
|
{
|
||||||
|
_app = AutofacExt.GetFromFac<WorkflowService>();
|
||||||
|
}
|
||||||
|
[TestMethod]
|
||||||
|
public void AddForm()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user