PageRenderTime 53ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/Source/Bifrost.Tests/Events/EventSubscriberMethodBinderTests.cs

#
C# | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | e1152a442036d39869ef2bfec8880b89 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using NUnit.Framework;
  2. namespace Bifrost.Tests.Events
  3. {
  4. [TestFixture]
  5. public class EventSubscriberMethodBinderTests
  6. {
  7. }
  8. }