Path Lines of Code test-outofproc/Unit/WorkerUnitTests.cs 28 test/Common/LogTestNameAttribute.cs 18 test/Common/ProductColumnTypes.cs 52 test/Common/ProductDefaultPKAndDifferentColumnOrder.cs 8 test/Common/ProductExtraColumns.cs 18 test/Common/ProductIncorrectCasing.cs 9 test/Common/ProductMissingColumns.cs 9 test/Common/ProductUnsupportedTypes.cs 10 test/Common/SqlOptions/FakeTypeLocator.cs 18 test/Common/SqlOptions/JobHost.cs 566 test/Common/SqlOptions/TestConfigurationBuilderExtensions.cs 15 test/Common/SqlOptions/TestExceptionHandler.cs 36 test/Common/SqlOptions/TestHelper.cs 83 test/Common/SqlOptions/TestLoggerProvider.cs 124 test/Common/SupportedLanguagesTestAttribute.cs 65 test/Common/TestConfiguration.cs 29 test/Common/TestConfigurationSection.cs 27 test/Common/TestData.cs 25 test/Common/TestUtils.cs 357 test/Database/Tables/ProductsColumnTypes.sql 26 test/Database/Tables/ProductsUnsupportedTypes.sql 7 test/Database/Tables/ProductsWithReservedPrimaryKeyColumnNames.sql 15 test/Database/Tables/ProductsWithSlashInColumnNames.sql 6 test/Database/Tables/ProductsWithUnsupportedColumnTypes.sql 9 test/Database/Tables/ProductsWithoutPrimaryKey.sql 6 test/Database/Tables/User.sql 6 test/GlobalSuppressions.cs 15 test/Integration/IntegrationTestBase.cs 283 test/Integration/IntegrationTestFixture.cs 138 test/Integration/IntegrationTestsCollection.cs 10 test/Integration/MultipleSqlBindingsIntegrationTests.cs 25 test/Integration/SqlInputBindingIntegrationTests.cs 173 test/Integration/SqlOptionsEndToEndTests.cs 27 test/Integration/SqlOutputBindingIntegrationTests.cs 404 test/Integration/SqlTriggerBindingIntegrationTestBase.cs 153 test/Integration/SqlTriggerBindingIntegrationTests.cs 895 test/Integration/test-csharp/AddProductColumnTypes.cs 43 test/Integration/test-csharp/AddProductDefaultPKAndDifferentColumnOrder.cs 23 test/Integration/test-csharp/AddProductExtraColumns.cs 26 test/Integration/test-csharp/AddProductIncorrectCasing.cs 24 test/Integration/test-csharp/AddProductMissingColumns.cs 23 test/Integration/test-csharp/AddProductMissingColumnsException.cs 23 test/Integration/test-csharp/AddProductUnsupportedTypes.cs 25 test/Integration/test-csharp/AddProductsNoPartialUpsert.cs 32 test/Integration/test-csharp/GetProductColumnTypesSerialization.cs 29 test/Integration/test-csharp/GetProductColumnTypesSerializationAsyncEnumerable.cs 38 test/Integration/test-csharp/MultiFunctionTrigger.cs 25 test/Integration/test-csharp/PrimaryKeyNotPresentTrigger.cs 16 test/Integration/test-csharp/ProductsColumnTypesTrigger.cs 17 test/Integration/test-csharp/ProductsTriggerWithValidation.cs 23 test/Integration/test-csharp/ReservedPrimaryKeyColumnNamesTrigger.cs 16 test/Integration/test-csharp/ReservedTableNameTrigger.cs 31 test/Integration/test-csharp/Startup.cs 20 test/Integration/test-csharp/TableNotPresentTrigger.cs 16 test/Integration/test-csharp/TriggerWithException.cs 25 test/Integration/test-csharp/UnsupportedColumnTypesTrigger.cs 16 test/Integration/test-csx/AddProductColumnTypes/run.csx 32 test/Integration/test-csx/AddProductDefaultPKAndDifferentColumnOrder/run.csx 13 test/Integration/test-csx/AddProductExtraColumns/run.csx 16 test/Integration/test-csx/AddProductIncorrectCasing/run.csx 14 test/Integration/test-csx/AddProductMissingColumns/run.csx 13 test/Integration/test-csx/AddProductMissingColumnsExceptionFunction/run.csx 13 test/Integration/test-csx/AddProductUnsupportedTypes/run.csx 15 test/Integration/test-csx/AddProductsNoPartialUpsert/run.csx 21 test/Integration/test-csx/Common/Product.csx 168 test/Integration/test-csx/GetProductsColumnTypesSerialization/run.csx 12 test/Integration/test-csx/GetProductsColumnTypesSerializationAsyncEnumerable/run.csx 18 test/Integration/test-csx/MultiFunctionTrigger1/run.csx 12 test/Integration/test-csx/MultiFunctionTrigger2/run.csx 12 test/Integration/test-csx/PrimaryKeyNotPresentTrigger/run.csx 12 test/Integration/test-csx/ProductsColumnTypesTrigger/run.csx 12 test/Integration/test-csx/ProductsTriggerWithValidation/run.csx 17 test/Integration/test-csx/ReservedPrimaryKeyColumnNamesTrigger/run.csx 10 test/Integration/test-csx/ReservedTableNameTrigger/run.csx 26 test/Integration/test-csx/TableNotPresentTrigger/run.csx 10 test/Integration/test-csx/UnsupportedColumnTypesTrigger/run.csx 10 test/Integration/test-java/pom.xml 134 test/Integration/test-java/src/main/java/com/function/AddProductColumnTypes.java 57 test/Integration/test-java/src/main/java/com/function/AddProductDefaultPKAndDifferentColumnOrder.java 33 test/Integration/test-java/src/main/java/com/function/AddProductExtraColumns.java 31 test/Integration/test-java/src/main/java/com/function/AddProductIncorrectCasing.java 34 test/Integration/test-java/src/main/java/com/function/AddProductMissingColumns.java 31 test/Integration/test-java/src/main/java/com/function/AddProductMissingColumnsExceptionFunction.java 31 test/Integration/test-java/src/main/java/com/function/AddProductUnsupportedTypes.java 36 test/Integration/test-java/src/main/java/com/function/AddProductsNoPartialUpsert.java 33 test/Integration/test-java/src/main/java/com/function/Common/Product.java 20 test/Integration/test-java/src/main/java/com/function/Common/ProductColumnTypes.java 190 test/Integration/test-java/src/main/java/com/function/Common/ProductDefaultPKAndDifferentColumnOrder.java 15 test/Integration/test-java/src/main/java/com/function/Common/ProductExtraColumns.java 30 test/Integration/test-java/src/main/java/com/function/Common/ProductIncorrectCasing.java 20 test/Integration/test-java/src/main/java/com/function/Common/ProductMissingColumns.java 15 test/Integration/test-java/src/main/java/com/function/Common/ProductUnsupportedTypes.java 39 test/Integration/test-java/src/main/java/com/function/Common/SqlChangeOperation.java 10 test/Integration/test-java/src/main/java/com/function/Common/SqlChangeProduct.java 23 test/Integration/test-java/src/main/java/com/function/Common/SqlChangeProductColumnTypes.java 23 test/Integration/test-java/src/main/java/com/function/Common/User.java 20 test/Integration/test-java/src/main/java/com/function/GetProductsColumnTypesSerialization.java 53 test/Integration/test-java/src/main/java/com/function/MultiFunctionTrigger1.java 19 test/Integration/test-java/src/main/java/com/function/MultiFunctionTrigger2.java 19 test/Integration/test-java/src/main/java/com/function/PrimaryKeyNotPresentTrigger.java 17 test/Integration/test-java/src/main/java/com/function/ProductsColumnTypesTrigger.java 19 test/Integration/test-java/src/main/java/com/function/ProductsTriggerWithValidation.java 23 test/Integration/test-java/src/main/java/com/function/ReservedPrimaryKeyColumnNamesTrigger.java 17 test/Integration/test-java/src/main/java/com/function/ReservedTableNameTrigger.java 19 test/Integration/test-java/src/main/java/com/function/TableNotPresentTrigger.java 17 test/Integration/test-java/src/main/java/com/function/TriggerWithException.java 21 test/Integration/test-java/src/main/java/com/function/UnsupportedColumnTypesTrigger.java 17 test/Integration/test-js/AddProductColumnTypes/index.js 32 test/Integration/test-js/AddProductDefaultPKAndDifferentColumnOrder/index.js 10 test/Integration/test-js/AddProductExtraColumns/index.js 14 test/Integration/test-js/AddProductIncorrectCasing/index.js 12 test/Integration/test-js/AddProductMissingColumns/index.js 11 test/Integration/test-js/AddProductMissingColumnsExceptionFunction/index.js 11 test/Integration/test-js/AddProductUnsupportedTypes/index.js 12 test/Integration/test-js/AddProductWithSlashInColumnName/index.js 12 test/Integration/test-js/AddProductsNoPartialUpsert/index.js 19 test/Integration/test-js/GetProductsColumnTypesSerialization/index.js 7 test/Integration/test-js/MultiFunctionTrigger1/index.js 3 test/Integration/test-js/MultiFunctionTrigger2/index.js 3 test/Integration/test-js/PrimaryKeyNotPresentTrigger/index.js 3 test/Integration/test-js/ProductsColumnTypesTrigger/index.js 3 test/Integration/test-js/ProductsTriggerWithValidation/index.js 7 test/Integration/test-js/ReservedPrimaryKeyColumnNamesTrigger/index.js 3 test/Integration/test-js/ReservedTableNameTrigger/index.js 3 test/Integration/test-js/TableNotPresentTrigger/index.js 3 test/Integration/test-js/UnsupportedColumnTypesTrigger/index.js 3 test/Integration/test-powershell/AddProductColumnTypes/run.ps1 43 test/Integration/test-powershell/AddProductDefaultPKAndDifferentColumnOrder/run.ps1 17 test/Integration/test-powershell/AddProductExtraColumns/run.ps1 22 test/Integration/test-powershell/AddProductIncorrectCasing/run.ps1 16 test/Integration/test-powershell/AddProductMissingColumns/run.ps1 23 test/Integration/test-powershell/AddProductMissingColumnsExceptionFunction/run.ps1 23 test/Integration/test-powershell/AddProductUnsupportedTypes/run.ps1 16 test/Integration/test-powershell/AddProductWithSlashInColumnName/run.ps1 23 test/Integration/test-powershell/AddProductsNoPartialUpsert/run.ps1 29 test/Integration/test-powershell/GetProductsColumnTypesSerialization/run.ps1 13 test/Integration/test-powershell/MultiFunctionTrigger1/run.ps1 6 test/Integration/test-powershell/MultiFunctionTrigger2/run.ps1 6 test/Integration/test-powershell/PrimaryKeyNotPresentTrigger/run.ps1 5 test/Integration/test-powershell/ProductsColumnTypesTrigger/run.ps1 6 test/Integration/test-powershell/ProductsTriggerWithValidation/run.ps1 10 test/Integration/test-powershell/ReservedPrimaryKeyColumnNamesTrigger/run.ps1 5 test/Integration/test-powershell/ReservedTableNameTrigger/run.ps1 6 test/Integration/test-powershell/TableNotPresentTrigger/run.ps1 5 test/Integration/test-powershell/UnsupportedColumnTypesTrigger/run.ps1 5 test/Integration/test-python/AddProductColumnTypes/__init__.py 34 test/Integration/test-python/AddProductDefaultPKAndDifferentColumnOrder/__init__.py 13 test/Integration/test-python/AddProductExtraColumns/__init__.py 10 test/Integration/test-python/AddProductMissingColumns/__init__.py 10 test/Integration/test-python/AddProductMissingColumnsException/__init__.py 10 test/Integration/test-python/AddProductUnsupportedTypes/__init__.py 16 test/Integration/test-python/AddProductWithSlashInColumnName/__init__.py 11 test/Integration/test-python/AddProductsNoPartialUpsert/__init__.py 14 test/Integration/test-python/Common/product.py 7 test/Integration/test-python/Common/productWithSlash.py 7 test/Integration/test-python/Common/productcolumntypes.py 29 test/Integration/test-python/Common/productdefaultpkanddifferentcolumnorder.py 6 test/Integration/test-python/Common/productextracolumns.py 9 test/Integration/test-python/Common/productmissingcolumns.py 6 test/Integration/test-python/Common/productunsupportedtypes.py 8 test/Integration/test-python/GetProductsColumnTypesSerialization/__init__.py 9 test/Integration/test-python/MultiFunctionTrigger1/__init__.py 4 test/Integration/test-python/MultiFunctionTrigger2/__init__.py 4 test/Integration/test-python/PrimaryKeyNotPresentTrigger/__init__.py 2 test/Integration/test-python/ProductsColumnTypesTrigger/__init__.py 3 test/Integration/test-python/ProductsTriggerWithValidation/__init__.py 9 test/Integration/test-python/ReservedPrimaryKeyColumnNamesTrigger/__init__.py 2 test/Integration/test-python/ReservedTableNameTrigger/__init__.py 3 test/Integration/test-python/TableNotPresentTrigger/__init__.py 2 test/Integration/test-python/UnsupportedColumnTypesTrigger/__init__.py 2 test/Microsoft.Azure.WebJobs.Extensions.Sql.Tests.csproj 91 test/Unit/SqlInputBindingTests.cs 263 test/Unit/SqlOptionsTests.cs 45 test/Unit/SqlOutputBindingTests.cs 67 test/Unit/TriggerBinding/SqlTriggerBindingProviderTests.cs 79 test/Unit/TriggerBinding/SqlTriggerScaleMonitorTests.cs 210 test/Unit/TriggerBinding/SqlTriggerTargetScalerTests.cs 18 test/Unit/UtilsTests.cs 58