Skip to content

Commit 85b1267

Browse files
committed
Create TSQL script for new test class
1 parent 176f8d5 commit 85b1267

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
GO

0 commit comments

Comments
 (0)