Exemplo n.º 1
0
 protected override void Because()
 {
     _thrown = Catch.Exception(() => _dispatchSchedulerHook.PostCommit(_commit));
 }
Exemplo n.º 2
0
 protected override void Because()
 {
     _dispatchSchedulerHook.PostCommit(_commit);
 }