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