/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
- using Bifrost.Execution;
- using Machine.Specifications;
-
- namespace Bifrost.Specs.Execution.for_ExecutionContextManager.given
- {
- public class given_an_execution_context_manager
- {
- protected static ExecutionContextManager manager;
-
- Establish context = () => manager = new ExecutionContextManager();
- }
- }