Exemplo n.º 1
0
 public void SetUp()
 {
     _excecutorStub = new SetupExecutorStub(Registry.ExecutorAsync, e => Registry.ExecutorAsync = e);
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     StubUserFilter.SetupDefault();
     _excecutorStub = new SetupExecutorStub(Registry.ExecutorAsync, e => Registry.ExecutorAsync = e);
 }