Пример #1
0
 /// <summary>
 /// Wraps a command and returns the result.
 /// </summary>
 /// <param name="command">The <see cref="TestCommand"/> to be wrapped.</param>
 /// <returns>The wrapped <see cref="TestCommand"/>.</returns>
 public TestCommand Wrap(TestCommand command)
 {
     TestSetUp.ShouldContinueRunningTestsAssert();
     return(new ExecutionContextCommand(command, _needsSetup));
 }