mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 14:04:41 +08:00
flow ui
This commit is contained in:
parent
85b10e8877
commit
a1765f37ba
22
OpenAuth.UnitTest/TestWorkflow.cs
Normal file
22
OpenAuth.UnitTest/TestWorkflow.cs
Normal file
@ -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()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user