Example #1
0
 public void TestGenericThrowsTestMethodReturnTaskAsync()
 {
     Mock.Setup(() => TestStaticClass.TestMethodReturnTaskAsync(), () =>
     {
         Assert.ThrowsAsync <Exception>(() => TestStaticClass.TestMethodReturnTaskAsync());
     });
 }