Esempio n. 1
0
 public void TestRddForTestSqlCommandExecuteScalarErrorAspxCore()
 {
     using (DotNetCoreTestSetup())
     {
         // Execute and verify calls which succeeds
         HttpTestHelper.ExecuteSqlTest(
             AspxCoreTestWebApplication, false, 1, HttpTestConstants.AccessTimeMaxHttpNormal, HttpTestConstants.QueryStringOutboundSqlCommandExecuteScalarError);
     }
 }
Esempio n. 2
0
 public void TestRddForTestExecuteXmlReaderAsyncAspxCore()
 {
     using (DotNetCoreTestSetup())
     {
         // Execute and verify calls which succeeds
         HttpTestHelper.ExecuteSqlTest(
             AspxCoreTestWebApplication, true, 1, HttpTestConstants.AccessTimeMaxHttpNormal, HttpTestConstants.QueryStringOutboundExecuteXmlReaderAsync);
     }
 }