/Source/Bifrost.Specs/Events/for_ProcessMethodInvoker/given/a_process_method_invoker.cs

# · C# · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · fb76f696f592834265a5065e206fe2e8 MD5 · raw file

  1. using Bifrost.Events;
  2. using Machine.Specifications;
  3. namespace Bifrost.Specs.Events.for_ProcessMethodInvoker.given
  4. {
  5. public class a_process_method_invoker
  6. {
  7. protected static ProcessMethodInvoker invoker;
  8. Establish context = () => invoker = new ProcessMethodInvoker();
  9. }
  10. }