mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 09:44:28 +08:00
flow ui
This commit is contained in:
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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user