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

# · C# · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · e1152a442036d39869ef2bfec8880b89 MD5 · raw file

  1. using NUnit.Framework;
  2. namespace Bifrost.Tests.Events
  3. {
  4. [TestFixture]
  5. public class EventSubscriberMethodBinderTests
  6. {
  7. }
  8. }