Exemplo n.º 1
0
 public void TestGenericThrowsTestMethodReturnTask()
 {
     Mock.Setup(() => TestStaticClass.TestMethodReturnTask(), () =>
     {
         Assert.ThrowsAsync <Exception>(() => TestStaticClass.TestMethodReturnTask());
     });
 }