We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176f8d5 commit 85b1267Copy full SHA for 85b1267
1 file changed
samples/containers/unit-testing/tsqlt-docker/unit-test/test-class-trproductsafetystocklevel.sql
@@ -0,0 +1,15 @@
1
+-------------------------------------------------------------------------
2
+-- Demo: SQL Server CI/CD -
3
+-- -
4
+-- Script: Create new test class UnitTestTRProductSafetyStockLevel -
5
+-- Author: Sergio Govoni -
6
+-- Notes: -- -
7
8
+
9
+USE [AdventureWorks2017];
10
+GO
11
12
+-- Create new test class
13
+-- The test class collects test cases for this class
14
+EXEC tSQLt.NewTestClass 'UnitTestTRProductSafetyStockLevel';
15
0 commit comments