コード例 #1
0
 protected override void Because()
 {
     _thrown = Catch.Exception(() => _dispatchSchedulerHook.PostCommit(_commit));
 }
コード例 #2
0
 protected override void Because()
 {
     _dispatchSchedulerHook.PostCommit(_commit);
 }