/Source/Bifrost.Specs/Execution/for_ExecutionContextManager/given/given_an_execution_context_manager.cs

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

  1. using Bifrost.Execution;
  2. using Machine.Specifications;
  3. namespace Bifrost.Specs.Execution.for_ExecutionContextManager.given
  4. {
  5. public class given_an_execution_context_manager
  6. {
  7. protected static ExecutionContextManager manager;
  8. Establish context = () => manager = new ExecutionContextManager();
  9. }
  10. }