File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
IntegrationEngine.Tests/Scheduler
IntegrationEngine/MessageQueue Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11using IntegrationEngine . Scheduler ;
2+ using NUnit . Framework ;
23using Quartz . Impl ;
34using System ;
45using System . Collections . Generic ;
@@ -7,6 +8,7 @@ namespace IntegrationEngine.Tests.Scheduler
78{
89 public class EngineSchedulerTest
910 {
11+ [ Test ]
1012 public void ShouldDeleteTrigger ( )
1113 {
1214 var jobType = typeof ( IntegrationJobFixture ) ;
Original file line number Diff line number Diff line change 1- using Common . Logging ;
1+ using Common . Logging ;
22using System ;
3- using System . Collections . Generic ;
4- using System . Linq ;
53using System . Text ;
6- using System . Threading . Tasks ;
74using MSMessageQueue = System . Messaging . MessageQueue ;
85
96namespace IntegrationEngine . MessageQueue
Original file line number Diff line number Diff line change 1- using Common . Logging ;
1+ using Common . Logging ;
22using IntegrationEngine . Core . Jobs ;
33using IntegrationEngine . Core . Mail ;
44using IntegrationEngine . Core . Storage ;
Original file line number Diff line number Diff line change 11#IntegrationEngine
22
33[ Project Site] ( http://inengine.net/ )
4+
5+ <a href =" https://www.nuget.org/packages/IntegrationEngine/ " >
6+ <img src="https://img.shields.io/nuget/dt/IntegrationEngine.svg?style=flat-square">
7+ </a >
8+ <a href =" https://ci.appveyor.com/project/ethanhann/inengine-net/branch/master " >
9+ <img src="https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=master&svg=true&passingText=master%20-%20OK">
10+ </a >
11+ <a href =" https://ci.appveyor.com/project/ethanhann/inengine-net/branch/develop " >
12+ <img src="https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=develop&svg=true&passingText=develop%20-%20OK">
13+ </a >
14+
You can’t perform that action at this time.
0 commit comments