コード例 #1
0
 public void PrepareBlogPostCommentModelShouldRaiseExceptionIfBlogCommentIsNull()
 {
     Assert.Throws <AggregateException>(() =>
                                        _blogModelFactory.PrepareBlogPostCommentModelAsync(null).Wait());
 }