Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction SqlTest1_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CodeFactoryDbUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     this.SqlTest1Data           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     SqlTest1_TestAction         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // SqlTest1_TestAction
     //
     SqlTest1_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     resources.ApplyResources(SqlTest1_TestAction, "SqlTest1_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // SqlTest1Data
     //
     this.SqlTest1Data.PosttestAction = null;
     this.SqlTest1Data.PretestAction  = null;
     this.SqlTest1Data.TestAction     = SqlTest1_TestAction;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_PostTransactionTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SqlServerUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     this.dbo_PostTransactionTestData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_PostTransactionTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_PostTransactionTest_TestAction
     //
     dbo_PostTransactionTest_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     resources.ApplyResources(dbo_PostTransactionTest_TestAction, "dbo_PostTransactionTest_TestAction");
     //
     // dbo_PostTransactionTestData
     //
     this.dbo_PostTransactionTestData.PosttestAction = null;
     this.dbo_PostTransactionTestData.PretestAction  = null;
     this.dbo_PostTransactionTestData.TestAction     = dbo_PostTransactionTest_TestAction;
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CanGetAllLaunchCenters_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LaunchCenterTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition launchCentersGetAllHasResults;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExecutionTimeCondition     willTakeLessThan30Seconds;
     this.CanGetAllLaunchCentersData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     CanGetAllLaunchCenters_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     launchCentersGetAllHasResults     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     willTakeLessThan30Seconds         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExecutionTimeCondition();
     //
     // CanGetAllLaunchCenters_TestAction
     //
     CanGetAllLaunchCenters_TestAction.Conditions.Add(launchCentersGetAllHasResults);
     CanGetAllLaunchCenters_TestAction.Conditions.Add(willTakeLessThan30Seconds);
     resources.ApplyResources(CanGetAllLaunchCenters_TestAction, "CanGetAllLaunchCenters_TestAction");
     //
     // launchCentersGetAllHasResults
     //
     launchCentersGetAllHasResults.Enabled   = true;
     launchCentersGetAllHasResults.Name      = "launchCentersGetAllHasResults";
     launchCentersGetAllHasResults.ResultSet = 1;
     //
     // CanGetAllLaunchCentersData
     //
     this.CanGetAllLaunchCentersData.PosttestAction = null;
     this.CanGetAllLaunchCentersData.PretestAction  = null;
     this.CanGetAllLaunchCentersData.TestAction     = CanGetAllLaunchCenters_TestAction;
     //
     // willTakeLessThan30Seconds
     //
     willTakeLessThan30Seconds.Enabled       = true;
     willTakeLessThan30Seconds.ExecutionTime = System.TimeSpan.Parse("00:00:30");
     willTakeLessThan30Seconds.Name          = "willTakeLessThan30Seconds";
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetFactPlayerTransfersTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetFactPlayerTransfersUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetFactPlayerTransfersNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetFactPlayerTransfersForGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition;
     this.dbo_GetFactPlayerTransfersTestData                     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetFactPlayerTransfersForGameweekTestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetFactPlayerTransfersTest_TestAction                   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetFactPlayerTransfersNotEmptyResultSetCondition            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetFactPlayerTransfersForGameweekTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetFactPlayerTransfersTest_TestAction
     //
     dbo_GetFactPlayerTransfersTest_TestAction.Conditions.Add(GetFactPlayerTransfersNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetFactPlayerTransfersTest_TestAction, "dbo_GetFactPlayerTransfersTest_TestAction");
     //
     // GetFactPlayerTransfersNotEmptyResultSetCondition
     //
     GetFactPlayerTransfersNotEmptyResultSetCondition.Enabled   = true;
     GetFactPlayerTransfersNotEmptyResultSetCondition.Name      = "GetFactPlayerTransfersNotEmptyResultSetCondition";
     GetFactPlayerTransfersNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetFactPlayerTransfersTestData
     //
     this.dbo_GetFactPlayerTransfersTestData.PosttestAction = null;
     this.dbo_GetFactPlayerTransfersTestData.PretestAction  = null;
     this.dbo_GetFactPlayerTransfersTestData.TestAction     = dbo_GetFactPlayerTransfersTest_TestAction;
     //
     // dbo_GetFactPlayerTransfersForGameweekTestData
     //
     this.dbo_GetFactPlayerTransfersForGameweekTestData.PosttestAction = null;
     this.dbo_GetFactPlayerTransfersForGameweekTestData.PretestAction  = null;
     this.dbo_GetFactPlayerTransfersForGameweekTestData.TestAction     = dbo_GetFactPlayerTransfersForGameweekTest_TestAction;
     //
     // dbo_GetFactPlayerTransfersForGameweekTest_TestAction
     //
     dbo_GetFactPlayerTransfersForGameweekTest_TestAction.Conditions.Add(GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetFactPlayerTransfersForGameweekTest_TestAction, "dbo_GetFactPlayerTransfersForGameweekTest_TestAction");
     //
     // GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition
     //
     GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition.Name      = "GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition";
     GetFactPlayerTransfersForGameweekNotEmptyResultSetCondition.ResultSet = 1;
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_XemDiemTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestXemdiem_1551010032));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          rowCountCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumCondition1;
     this.dbo_XemDiemTestData    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_XemDiemTest_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition1          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     checksumCondition1          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     //
     // dbo_XemDiemTest_TestAction
     //
     dbo_XemDiemTest_TestAction.Conditions.Add(rowCountCondition1);
     dbo_XemDiemTest_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     dbo_XemDiemTest_TestAction.Conditions.Add(checksumCondition1);
     resources.ApplyResources(dbo_XemDiemTest_TestAction, "dbo_XemDiemTest_TestAction");
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled   = true;
     rowCountCondition1.Name      = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount  = 2;
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // checksumCondition1
     //
     checksumCondition1.Checksum = "1677575081";
     checksumCondition1.Enabled  = true;
     checksumCondition1.Name     = "checksumCondition1";
     //
     // dbo_XemDiemTestData
     //
     this.dbo_XemDiemTestData.PosttestAction = null;
     this.dbo_XemDiemTestData.PretestAction  = null;
     this.dbo_XemDiemTestData.TestAction     = dbo_XemDiemTest_TestAction;
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_TestDangNhapTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestDangNhap));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition KhongCoGiaTriNullTraVe;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       TraVeMSSV;
     this.dbo_TestDangNhapTestData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_TestDangNhapTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     KhongCoGiaTriNullTraVe          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     TraVeMSSV = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     //
     // dbo_TestDangNhapTest_TestAction
     //
     dbo_TestDangNhapTest_TestAction.Conditions.Add(KhongCoGiaTriNullTraVe);
     dbo_TestDangNhapTest_TestAction.Conditions.Add(TraVeMSSV);
     resources.ApplyResources(dbo_TestDangNhapTest_TestAction, "dbo_TestDangNhapTest_TestAction");
     //
     // KhongCoGiaTriNullTraVe
     //
     KhongCoGiaTriNullTraVe.Enabled   = true;
     KhongCoGiaTriNullTraVe.Name      = "KhongCoGiaTriNullTraVe";
     KhongCoGiaTriNullTraVe.ResultSet = 1;
     //
     // TraVeMSSV
     //
     TraVeMSSV.ColumnNumber  = 1;
     TraVeMSSV.Enabled       = true;
     TraVeMSSV.ExpectedValue = "1551010046";
     TraVeMSSV.Name          = "TraVeMSSV";
     TraVeMSSV.NullExpected  = false;
     TraVeMSSV.ResultSet     = 1;
     TraVeMSSV.RowNumber     = 1;
     //
     // dbo_TestDangNhapTestData
     //
     this.dbo_TestDangNhapTestData.PosttestAction = null;
     this.dbo_TestDangNhapTestData.PretestAction  = null;
     this.dbo_TestDangNhapTestData.TestAction     = dbo_TestDangNhapTest_TestAction;
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_sp_InsertCustomerTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerInsert));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition1;
     this.dbo_sp_InsertCustomerTestData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_sp_InsertCustomerTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     scalarValueCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     //
     // dbo_sp_InsertCustomerTest_TestAction
     //
     dbo_sp_InsertCustomerTest_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     dbo_sp_InsertCustomerTest_TestAction.Conditions.Add(scalarValueCondition1);
     resources.ApplyResources(dbo_sp_InsertCustomerTest_TestAction, "dbo_sp_InsertCustomerTest_TestAction");
     //
     // dbo_sp_InsertCustomerTestData
     //
     this.dbo_sp_InsertCustomerTestData.PosttestAction = null;
     this.dbo_sp_InsertCustomerTestData.PretestAction  = null;
     this.dbo_sp_InsertCustomerTestData.TestAction     = dbo_sp_InsertCustomerTest_TestAction;
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // scalarValueCondition1
     //
     scalarValueCondition1.ColumnNumber  = 1;
     scalarValueCondition1.Enabled       = true;
     scalarValueCondition1.ExpectedValue = "0";
     scalarValueCondition1.Name          = "scalarValueCondition1";
     scalarValueCondition1.NullExpected  = false;
     scalarValueCondition1.ResultSet     = 1;
     scalarValueCondition1.RowNumber     = 1;
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction bacmap_getEntityIdFromBvdTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BacmapTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction bacmap_getEntityLabelFromBvdTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction bacmap_getEntityMappingTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition7;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction bacmap_getEntityMappingStatusTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition3;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction bacmap_getEntitySegmentationTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition6;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction score_calculate_mapping_fractionTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition5;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction score_calculate_sdi_scoreTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition4;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction score_calculate_mapping_fractionTest_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction score_calculate_mapping_fractionTest_PosttestAction;
     this.bacmap_getEntityIdFromBvdTestData        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.bacmap_getEntityLabelFromBvdTestData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.bacmap_getEntityMappingTestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.bacmap_getEntityMappingStatusTestData    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.bacmap_getEntitySegmentationTestData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.score_calculate_mapping_fractionTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.score_calculate_sdi_scoreTestData        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     bacmap_getEntityIdFromBvdTest_TestAction      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     bacmap_getEntityLabelFromBvdTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition2                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     bacmap_getEntityMappingTest_TestAction              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition7                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     bacmap_getEntityMappingStatusTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition3                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     bacmap_getEntitySegmentationTest_TestAction         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition6                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     score_calculate_mapping_fractionTest_TestAction     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition5                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     score_calculate_sdi_scoreTest_TestAction            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition4                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     score_calculate_mapping_fractionTest_PretestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     score_calculate_mapping_fractionTest_PosttestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     //
     // bacmap_getEntityIdFromBvdTest_TestAction
     //
     bacmap_getEntityIdFromBvdTest_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     resources.ApplyResources(bacmap_getEntityIdFromBvdTest_TestAction, "bacmap_getEntityIdFromBvdTest_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = false;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // bacmap_getEntityLabelFromBvdTest_TestAction
     //
     bacmap_getEntityLabelFromBvdTest_TestAction.Conditions.Add(notEmptyResultSetCondition2);
     resources.ApplyResources(bacmap_getEntityLabelFromBvdTest_TestAction, "bacmap_getEntityLabelFromBvdTest_TestAction");
     //
     // notEmptyResultSetCondition2
     //
     notEmptyResultSetCondition2.Enabled   = false;
     notEmptyResultSetCondition2.Name      = "notEmptyResultSetCondition2";
     notEmptyResultSetCondition2.ResultSet = 1;
     //
     // bacmap_getEntityMappingTest_TestAction
     //
     bacmap_getEntityMappingTest_TestAction.Conditions.Add(notEmptyResultSetCondition7);
     resources.ApplyResources(bacmap_getEntityMappingTest_TestAction, "bacmap_getEntityMappingTest_TestAction");
     //
     // notEmptyResultSetCondition7
     //
     notEmptyResultSetCondition7.Enabled   = false;
     notEmptyResultSetCondition7.Name      = "notEmptyResultSetCondition7";
     notEmptyResultSetCondition7.ResultSet = 1;
     //
     // bacmap_getEntityMappingStatusTest_TestAction
     //
     bacmap_getEntityMappingStatusTest_TestAction.Conditions.Add(notEmptyResultSetCondition3);
     resources.ApplyResources(bacmap_getEntityMappingStatusTest_TestAction, "bacmap_getEntityMappingStatusTest_TestAction");
     //
     // notEmptyResultSetCondition3
     //
     notEmptyResultSetCondition3.Enabled   = false;
     notEmptyResultSetCondition3.Name      = "notEmptyResultSetCondition3";
     notEmptyResultSetCondition3.ResultSet = 1;
     //
     // bacmap_getEntitySegmentationTest_TestAction
     //
     bacmap_getEntitySegmentationTest_TestAction.Conditions.Add(notEmptyResultSetCondition6);
     resources.ApplyResources(bacmap_getEntitySegmentationTest_TestAction, "bacmap_getEntitySegmentationTest_TestAction");
     //
     // notEmptyResultSetCondition6
     //
     notEmptyResultSetCondition6.Enabled   = false;
     notEmptyResultSetCondition6.Name      = "notEmptyResultSetCondition6";
     notEmptyResultSetCondition6.ResultSet = 1;
     //
     // score_calculate_mapping_fractionTest_TestAction
     //
     score_calculate_mapping_fractionTest_TestAction.Conditions.Add(notEmptyResultSetCondition5);
     resources.ApplyResources(score_calculate_mapping_fractionTest_TestAction, "score_calculate_mapping_fractionTest_TestAction");
     //
     // notEmptyResultSetCondition5
     //
     notEmptyResultSetCondition5.Enabled   = false;
     notEmptyResultSetCondition5.Name      = "notEmptyResultSetCondition5";
     notEmptyResultSetCondition5.ResultSet = 1;
     //
     // score_calculate_sdi_scoreTest_TestAction
     //
     score_calculate_sdi_scoreTest_TestAction.Conditions.Add(notEmptyResultSetCondition4);
     resources.ApplyResources(score_calculate_sdi_scoreTest_TestAction, "score_calculate_sdi_scoreTest_TestAction");
     //
     // notEmptyResultSetCondition4
     //
     notEmptyResultSetCondition4.Enabled   = false;
     notEmptyResultSetCondition4.Name      = "notEmptyResultSetCondition4";
     notEmptyResultSetCondition4.ResultSet = 1;
     //
     // score_calculate_mapping_fractionTest_PretestAction
     //
     resources.ApplyResources(score_calculate_mapping_fractionTest_PretestAction, "score_calculate_mapping_fractionTest_PretestAction");
     //
     // score_calculate_mapping_fractionTest_PosttestAction
     //
     resources.ApplyResources(score_calculate_mapping_fractionTest_PosttestAction, "score_calculate_mapping_fractionTest_PosttestAction");
     //
     // bacmap_getEntityIdFromBvdTestData
     //
     this.bacmap_getEntityIdFromBvdTestData.PosttestAction = null;
     this.bacmap_getEntityIdFromBvdTestData.PretestAction  = null;
     this.bacmap_getEntityIdFromBvdTestData.TestAction     = bacmap_getEntityIdFromBvdTest_TestAction;
     //
     // bacmap_getEntityLabelFromBvdTestData
     //
     this.bacmap_getEntityLabelFromBvdTestData.PosttestAction = null;
     this.bacmap_getEntityLabelFromBvdTestData.PretestAction  = null;
     this.bacmap_getEntityLabelFromBvdTestData.TestAction     = bacmap_getEntityLabelFromBvdTest_TestAction;
     //
     // bacmap_getEntityMappingTestData
     //
     this.bacmap_getEntityMappingTestData.PosttestAction = null;
     this.bacmap_getEntityMappingTestData.PretestAction  = null;
     this.bacmap_getEntityMappingTestData.TestAction     = bacmap_getEntityMappingTest_TestAction;
     //
     // bacmap_getEntityMappingStatusTestData
     //
     this.bacmap_getEntityMappingStatusTestData.PosttestAction = null;
     this.bacmap_getEntityMappingStatusTestData.PretestAction  = null;
     this.bacmap_getEntityMappingStatusTestData.TestAction     = bacmap_getEntityMappingStatusTest_TestAction;
     //
     // bacmap_getEntitySegmentationTestData
     //
     this.bacmap_getEntitySegmentationTestData.PosttestAction = null;
     this.bacmap_getEntitySegmentationTestData.PretestAction  = null;
     this.bacmap_getEntitySegmentationTestData.TestAction     = bacmap_getEntitySegmentationTest_TestAction;
     //
     // score_calculate_mapping_fractionTestData
     //
     this.score_calculate_mapping_fractionTestData.PosttestAction = score_calculate_mapping_fractionTest_PosttestAction;
     this.score_calculate_mapping_fractionTestData.PretestAction  = score_calculate_mapping_fractionTest_PretestAction;
     this.score_calculate_mapping_fractionTestData.TestAction     = score_calculate_mapping_fractionTest_TestAction;
     //
     // score_calculate_sdi_scoreTestData
     //
     this.score_calculate_sdi_scoreTestData.PosttestAction = null;
     this.score_calculate_sdi_scoreTestData.PretestAction  = null;
     this.score_calculate_sdi_scoreTestData.TestAction     = score_calculate_sdi_scoreTest_TestAction;
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetAllPlayerPointsTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetAllPlayerUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetAllPlayerPointsNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition;
     this.dbo_GetAllPlayerPointsTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTestData  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetAllPlayerPointsTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetAllPlayerPointsNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTest_TestAction         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetAllPlayerPointsTest_TestAction
     //
     dbo_GetAllPlayerPointsTest_TestAction.Conditions.Add(GetAllPlayerPointsNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetAllPlayerPointsTest_TestAction, "dbo_GetAllPlayerPointsTest_TestAction");
     //
     // GetAllPlayerPointsNotEmptyResultSetCondition
     //
     GetAllPlayerPointsNotEmptyResultSetCondition.Enabled   = true;
     GetAllPlayerPointsNotEmptyResultSetCondition.Name      = "GetAllPlayerPointsNotEmptyResultSetCondition";
     GetAllPlayerPointsNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction
     //
     dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction.Conditions.Add(GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction, "dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction");
     //
     // GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition
     //
     GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition.Enabled = true;
     GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition.Name    = "GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondit" +
                                                                                                    "ion";
     GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetAllPlayerPointsTestData
     //
     this.dbo_GetAllPlayerPointsTestData.PosttestAction = null;
     this.dbo_GetAllPlayerPointsTestData.PretestAction  = null;
     this.dbo_GetAllPlayerPointsTestData.TestAction     = dbo_GetAllPlayerPointsTest_TestAction;
     //
     // dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData
     //
     this.dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData.PosttestAction = null;
     this.dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData.PretestAction  = null;
     this.dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData.TestAction     = dbo_GetAllPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction;
     //
     // dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTestData
     //
     this.dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTestData.PosttestAction = null;
     this.dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTestData.PretestAction  = null;
     this.dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTestData.TestAction     = dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTest_TestAction;
     //
     // dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTest_TestAction
     //
     dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTest_TestAction.Conditions.Add(GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTest_TestAction, "dbo_GetAllPlayerPPGForHomeAgainstAwayMatchesTest_TestAction");
     //
     // dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTestData
     //
     this.dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTestData.PosttestAction = null;
     this.dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTestData.PretestAction  = null;
     this.dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTestData.TestAction     = dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTest_TestAction;
     //
     // dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTest_TestAction
     //
     dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTest_TestAction.Conditions.Add(GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTest_TestAction, "dbo_GetAllPlayerPPGForSeasonHalfAndSeasonPartTest_TestAction");
     //
     // GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition
     //
     GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition.Enabled   = true;
     GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition.Name      = "GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition";
     GetAllPlayerPPGForSeasonHalfAndSeasonPartNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition
     //
     GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition.Enabled   = true;
     GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition.Name      = "GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition";
     GetAllPlayerPPGForHomeAgainstAwayMatchesNotEmptyResultSetCondition.ResultSet = 1;
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction              dbo_AddToDKTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition       checksumCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition expectedSchemaCondition1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnitTestDKMH));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_CheckClassTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumCheckClass;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition    emptyResultSetCheckClass;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition    expectedSchemaCheckClass;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCheckClass;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          rowCountCheckClass;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCheckClass;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_DeleteFromDKTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumDeleteFromDK;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition    expectedSchemaDeleteFromDK;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_FindSubjectTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumFindSubject;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition    emptyResultSetFindSubject;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition    expectedSchemaFindSubject;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetFindSubject;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          rowCountFindSubject;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueFindSubject;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_GetInfoTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumGetInfo;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition    emptyResultSetGetInfo;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition    expectedSchemaGetInfo;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetGetInfo;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          rowCountGetInfo;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueGetInfo;
     this.dbo_AddToDKTestData        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_CheckClassTestData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_DeleteFromDKTestData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_FindSubjectTestData    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetInfoTestData        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_AddToDKTest_TestAction      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     checksumCondition1              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     expectedSchemaCondition1        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     dbo_CheckClassTest_TestAction   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     checksumCheckClass              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     emptyResultSetCheckClass        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     expectedSchemaCheckClass        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     notEmptyResultSetCheckClass     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     rowCountCheckClass              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     scalarValueCheckClass           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     dbo_DeleteFromDKTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     checksumDeleteFromDK            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     expectedSchemaDeleteFromDK      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     dbo_FindSubjectTest_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     checksumFindSubject             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     emptyResultSetFindSubject       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     expectedSchemaFindSubject       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     notEmptyResultSetFindSubject    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     rowCountFindSubject             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     scalarValueFindSubject          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     dbo_GetInfoTest_TestAction      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     checksumGetInfo          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     emptyResultSetGetInfo    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     expectedSchemaGetInfo    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     notEmptyResultSetGetInfo = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     rowCountGetInfo          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     scalarValueGetInfo       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     //
     // dbo_AddToDKTest_TestAction
     //
     dbo_AddToDKTest_TestAction.Conditions.Add(checksumCondition1);
     dbo_AddToDKTest_TestAction.Conditions.Add(expectedSchemaCondition1);
     resources.ApplyResources(dbo_AddToDKTest_TestAction, "dbo_AddToDKTest_TestAction");
     //
     // checksumCondition1
     //
     checksumCondition1.Checksum = "-1113720315";
     checksumCondition1.Enabled  = true;
     checksumCondition1.Name     = "checksumCondition1";
     //
     // expectedSchemaCondition1
     //
     expectedSchemaCondition1.Enabled = true;
     expectedSchemaCondition1.Name    = "expectedSchemaCondition1";
     resources.ApplyResources(expectedSchemaCondition1, "expectedSchemaCondition1");
     expectedSchemaCondition1.Verbose = false;
     //
     // dbo_CheckClassTest_TestAction
     //
     dbo_CheckClassTest_TestAction.Conditions.Add(checksumCheckClass);
     dbo_CheckClassTest_TestAction.Conditions.Add(emptyResultSetCheckClass);
     dbo_CheckClassTest_TestAction.Conditions.Add(expectedSchemaCheckClass);
     dbo_CheckClassTest_TestAction.Conditions.Add(notEmptyResultSetCheckClass);
     dbo_CheckClassTest_TestAction.Conditions.Add(rowCountCheckClass);
     dbo_CheckClassTest_TestAction.Conditions.Add(scalarValueCheckClass);
     resources.ApplyResources(dbo_CheckClassTest_TestAction, "dbo_CheckClassTest_TestAction");
     //
     // checksumCheckClass
     //
     checksumCheckClass.Checksum = "1659998681";
     checksumCheckClass.Enabled  = false;
     checksumCheckClass.Name     = "checksumCheckClass";
     //
     // emptyResultSetCheckClass
     //
     emptyResultSetCheckClass.Enabled   = false;
     emptyResultSetCheckClass.Name      = "emptyResultSetCheckClass";
     emptyResultSetCheckClass.ResultSet = 1;
     //
     // expectedSchemaCheckClass
     //
     expectedSchemaCheckClass.Enabled = true;
     expectedSchemaCheckClass.Name    = "expectedSchemaCheckClass";
     resources.ApplyResources(expectedSchemaCheckClass, "expectedSchemaCheckClass");
     expectedSchemaCheckClass.Verbose = false;
     //
     // notEmptyResultSetCheckClass
     //
     notEmptyResultSetCheckClass.Enabled   = true;
     notEmptyResultSetCheckClass.Name      = "notEmptyResultSetCheckClass";
     notEmptyResultSetCheckClass.ResultSet = 1;
     //
     // rowCountCheckClass
     //
     rowCountCheckClass.Enabled   = true;
     rowCountCheckClass.Name      = "rowCountCheckClass";
     rowCountCheckClass.ResultSet = 1;
     rowCountCheckClass.RowCount  = 1;
     //
     // scalarValueCheckClass
     //
     scalarValueCheckClass.ColumnNumber  = 1;
     scalarValueCheckClass.Enabled       = true;
     scalarValueCheckClass.ExpectedValue = "TH01";
     scalarValueCheckClass.Name          = "scalarValueCheckClass";
     scalarValueCheckClass.NullExpected  = false;
     scalarValueCheckClass.ResultSet     = 1;
     scalarValueCheckClass.RowNumber     = 1;
     //
     // dbo_DeleteFromDKTest_TestAction
     //
     dbo_DeleteFromDKTest_TestAction.Conditions.Add(checksumDeleteFromDK);
     dbo_DeleteFromDKTest_TestAction.Conditions.Add(expectedSchemaDeleteFromDK);
     resources.ApplyResources(dbo_DeleteFromDKTest_TestAction, "dbo_DeleteFromDKTest_TestAction");
     //
     // checksumDeleteFromDK
     //
     checksumDeleteFromDK.Checksum = "-1113720315";
     checksumDeleteFromDK.Enabled  = false;
     checksumDeleteFromDK.Name     = "checksumDeleteFromDK";
     //
     // expectedSchemaDeleteFromDK
     //
     expectedSchemaDeleteFromDK.Enabled = true;
     expectedSchemaDeleteFromDK.Name    = "expectedSchemaDeleteFromDK";
     resources.ApplyResources(expectedSchemaDeleteFromDK, "expectedSchemaDeleteFromDK");
     expectedSchemaDeleteFromDK.Verbose = false;
     //
     // dbo_FindSubjectTest_TestAction
     //
     dbo_FindSubjectTest_TestAction.Conditions.Add(checksumFindSubject);
     dbo_FindSubjectTest_TestAction.Conditions.Add(emptyResultSetFindSubject);
     dbo_FindSubjectTest_TestAction.Conditions.Add(expectedSchemaFindSubject);
     dbo_FindSubjectTest_TestAction.Conditions.Add(notEmptyResultSetFindSubject);
     dbo_FindSubjectTest_TestAction.Conditions.Add(rowCountFindSubject);
     dbo_FindSubjectTest_TestAction.Conditions.Add(scalarValueFindSubject);
     resources.ApplyResources(dbo_FindSubjectTest_TestAction, "dbo_FindSubjectTest_TestAction");
     //
     // checksumFindSubject
     //
     checksumFindSubject.Checksum = "-34885523";
     checksumFindSubject.Enabled  = false;
     checksumFindSubject.Name     = "checksumFindSubject";
     //
     // emptyResultSetFindSubject
     //
     emptyResultSetFindSubject.Enabled   = false;
     emptyResultSetFindSubject.Name      = "emptyResultSetFindSubject";
     emptyResultSetFindSubject.ResultSet = 1;
     //
     // expectedSchemaFindSubject
     //
     expectedSchemaFindSubject.Enabled = true;
     expectedSchemaFindSubject.Name    = "expectedSchemaFindSubject";
     resources.ApplyResources(expectedSchemaFindSubject, "expectedSchemaFindSubject");
     expectedSchemaFindSubject.Verbose = false;
     //
     // notEmptyResultSetFindSubject
     //
     notEmptyResultSetFindSubject.Enabled   = true;
     notEmptyResultSetFindSubject.Name      = "notEmptyResultSetFindSubject";
     notEmptyResultSetFindSubject.ResultSet = 1;
     //
     // rowCountFindSubject
     //
     rowCountFindSubject.Enabled   = true;
     rowCountFindSubject.Name      = "rowCountFindSubject";
     rowCountFindSubject.ResultSet = 1;
     rowCountFindSubject.RowCount  = 1;
     //
     // scalarValueFindSubject
     //
     scalarValueFindSubject.ColumnNumber  = 2;
     scalarValueFindSubject.Enabled       = true;
     scalarValueFindSubject.ExpectedValue = "Cơ sở dữ liệu";
     scalarValueFindSubject.Name          = "scalarValueFindSubject";
     scalarValueFindSubject.NullExpected  = false;
     scalarValueFindSubject.ResultSet     = 1;
     scalarValueFindSubject.RowNumber     = 1;
     //
     // dbo_GetInfoTest_TestAction
     //
     dbo_GetInfoTest_TestAction.Conditions.Add(checksumGetInfo);
     dbo_GetInfoTest_TestAction.Conditions.Add(emptyResultSetGetInfo);
     dbo_GetInfoTest_TestAction.Conditions.Add(expectedSchemaGetInfo);
     dbo_GetInfoTest_TestAction.Conditions.Add(notEmptyResultSetGetInfo);
     dbo_GetInfoTest_TestAction.Conditions.Add(rowCountGetInfo);
     dbo_GetInfoTest_TestAction.Conditions.Add(scalarValueGetInfo);
     resources.ApplyResources(dbo_GetInfoTest_TestAction, "dbo_GetInfoTest_TestAction");
     //
     // checksumGetInfo
     //
     checksumGetInfo.Checksum = "432775949";
     checksumGetInfo.Enabled  = false;
     checksumGetInfo.Name     = "checksumGetInfo";
     //
     // emptyResultSetGetInfo
     //
     emptyResultSetGetInfo.Enabled   = false;
     emptyResultSetGetInfo.Name      = "emptyResultSetGetInfo";
     emptyResultSetGetInfo.ResultSet = 1;
     //
     // expectedSchemaGetInfo
     //
     expectedSchemaGetInfo.Enabled = true;
     expectedSchemaGetInfo.Name    = "expectedSchemaGetInfo";
     resources.ApplyResources(expectedSchemaGetInfo, "expectedSchemaGetInfo");
     expectedSchemaGetInfo.Verbose = false;
     //
     // notEmptyResultSetGetInfo
     //
     notEmptyResultSetGetInfo.Enabled   = true;
     notEmptyResultSetGetInfo.Name      = "notEmptyResultSetGetInfo";
     notEmptyResultSetGetInfo.ResultSet = 1;
     //
     // rowCountGetInfo
     //
     rowCountGetInfo.Enabled   = true;
     rowCountGetInfo.Name      = "rowCountGetInfo";
     rowCountGetInfo.ResultSet = 1;
     rowCountGetInfo.RowCount  = 1;
     //
     // scalarValueGetInfo
     //
     scalarValueGetInfo.ColumnNumber  = 1;
     scalarValueGetInfo.Enabled       = true;
     scalarValueGetInfo.ExpectedValue = "Mai Lâm Tấn Đạt";
     scalarValueGetInfo.Name          = "scalarValueGetInfo";
     scalarValueGetInfo.NullExpected  = false;
     scalarValueGetInfo.ResultSet     = 1;
     scalarValueGetInfo.RowNumber     = 1;
     //
     // dbo_AddToDKTestData
     //
     this.dbo_AddToDKTestData.PosttestAction = null;
     this.dbo_AddToDKTestData.PretestAction  = null;
     this.dbo_AddToDKTestData.TestAction     = dbo_AddToDKTest_TestAction;
     //
     // dbo_CheckClassTestData
     //
     this.dbo_CheckClassTestData.PosttestAction = null;
     this.dbo_CheckClassTestData.PretestAction  = null;
     this.dbo_CheckClassTestData.TestAction     = dbo_CheckClassTest_TestAction;
     //
     // dbo_DeleteFromDKTestData
     //
     this.dbo_DeleteFromDKTestData.PosttestAction = null;
     this.dbo_DeleteFromDKTestData.PretestAction  = null;
     this.dbo_DeleteFromDKTestData.TestAction     = dbo_DeleteFromDKTest_TestAction;
     //
     // dbo_FindSubjectTestData
     //
     this.dbo_FindSubjectTestData.PosttestAction = null;
     this.dbo_FindSubjectTestData.PretestAction  = null;
     this.dbo_FindSubjectTestData.TestAction     = dbo_FindSubjectTest_TestAction;
     //
     // dbo_GetInfoTestData
     //
     this.dbo_GetInfoTestData.PosttestAction = null;
     this.dbo_GetInfoTestData.PretestAction  = null;
     this.dbo_GetInfoTestData.TestAction     = dbo_GetInfoTest_TestAction;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPointsStatsTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetPlayerPointsUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPointsByGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPointsByGameweekNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPointsByPlayerPositionTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPointsStatsByPlayerPositionTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerCostSelectedExpectedPointsFormPointsTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPointsStatsNotEmptyResultSetCondition;
     this.dbo_GetPlayerPointsStatsTestData            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPointsByGameweekTestData       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPointsByPlayerPositionTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPointsStatsByPlayerPositionTestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerCostSelectedExpectedPointsFormPointsTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetPlayerPointsStatsTest_TestAction                   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetPlayerPointsByGameweekTest_TestAction              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerPointsByGameweekNotEmptyResultSetCondition       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerPointsByPlayerPositionTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerPointsStatsByPlayerPositionTest_TestAction                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerCostSelectedExpectedPointsFormPointsTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerPointsStatsNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetPlayerPointsStatsTest_TestAction
     //
     dbo_GetPlayerPointsStatsTest_TestAction.Conditions.Add(GetPlayerPointsStatsNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPointsStatsTest_TestAction, "dbo_GetPlayerPointsStatsTest_TestAction");
     //
     // dbo_GetPlayerPointsByGameweekTest_TestAction
     //
     dbo_GetPlayerPointsByGameweekTest_TestAction.Conditions.Add(GetPlayerPointsByGameweekNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPointsByGameweekTest_TestAction, "dbo_GetPlayerPointsByGameweekTest_TestAction");
     //
     // GetPlayerPointsByGameweekNotEmptyResultSetCondition
     //
     GetPlayerPointsByGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPointsByGameweekNotEmptyResultSetCondition.Name      = "GetPlayerPointsByGameweekNotEmptyResultSetCondition";
     GetPlayerPointsByGameweekNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerPointsByPlayerPositionTest_TestAction
     //
     dbo_GetPlayerPointsByPlayerPositionTest_TestAction.Conditions.Add(GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPointsByPlayerPositionTest_TestAction, "dbo_GetPlayerPointsByPlayerPositionTest_TestAction");
     //
     // GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition
     //
     GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition.Name      = "GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition";
     GetPlayerPointsByPlayerPositionNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTest_TestAction
     //
     dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTest_TestAction.Conditions.Add(GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTest_TestAction, "dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTest_TestAction");
     //
     // GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition
     //
     GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition.Name      = "GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition";
     GetPlayerPointsForPlayerPositionCostAfterStartGameweekNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerPointsStatsByPlayerPositionTest_TestAction
     //
     dbo_GetPlayerPointsStatsByPlayerPositionTest_TestAction.Conditions.Add(GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPointsStatsByPlayerPositionTest_TestAction, "dbo_GetPlayerPointsStatsByPlayerPositionTest_TestAction");
     //
     // GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition
     //
     GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition.Name      = "GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition";
     GetPlayerPointsStatsByPlayerPositionNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerCostSelectedExpectedPointsFormPointsTest_TestAction
     //
     dbo_GetPlayerCostSelectedExpectedPointsFormPointsTest_TestAction.Conditions.Add(GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerCostSelectedExpectedPointsFormPointsTest_TestAction, "dbo_GetPlayerCostSelectedExpectedPointsFormPointsTest_TestAction");
     //
     // GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition
     //
     GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition.Name      = "GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition";
     GetPlayerCostSelectedExpectedPointsFormPointsNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerPointsStatsTestData
     //
     this.dbo_GetPlayerPointsStatsTestData.PosttestAction = null;
     this.dbo_GetPlayerPointsStatsTestData.PretestAction  = null;
     this.dbo_GetPlayerPointsStatsTestData.TestAction     = dbo_GetPlayerPointsStatsTest_TestAction;
     //
     // dbo_GetPlayerPointsByGameweekTestData
     //
     this.dbo_GetPlayerPointsByGameweekTestData.PosttestAction = null;
     this.dbo_GetPlayerPointsByGameweekTestData.PretestAction  = null;
     this.dbo_GetPlayerPointsByGameweekTestData.TestAction     = dbo_GetPlayerPointsByGameweekTest_TestAction;
     //
     // dbo_GetPlayerPointsByPlayerPositionTestData
     //
     this.dbo_GetPlayerPointsByPlayerPositionTestData.PosttestAction = null;
     this.dbo_GetPlayerPointsByPlayerPositionTestData.PretestAction  = null;
     this.dbo_GetPlayerPointsByPlayerPositionTestData.TestAction     = dbo_GetPlayerPointsByPlayerPositionTest_TestAction;
     //
     // dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTestData
     //
     this.dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTestData.PosttestAction = null;
     this.dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTestData.PretestAction  = null;
     this.dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTestData.TestAction     = dbo_GetPlayerPointsForPlayerPositionCostAfterStartGameweekTest_TestAction;
     //
     // dbo_GetPlayerPointsStatsByPlayerPositionTestData
     //
     this.dbo_GetPlayerPointsStatsByPlayerPositionTestData.PosttestAction = null;
     this.dbo_GetPlayerPointsStatsByPlayerPositionTestData.PretestAction  = null;
     this.dbo_GetPlayerPointsStatsByPlayerPositionTestData.TestAction     = dbo_GetPlayerPointsStatsByPlayerPositionTest_TestAction;
     //
     // dbo_GetPlayerCostSelectedExpectedPointsFormPointsTestData
     //
     this.dbo_GetPlayerCostSelectedExpectedPointsFormPointsTestData.PosttestAction = null;
     this.dbo_GetPlayerCostSelectedExpectedPointsFormPointsTestData.PretestAction  = null;
     this.dbo_GetPlayerCostSelectedExpectedPointsFormPointsTestData.TestAction     = dbo_GetPlayerCostSelectedExpectedPointsFormPointsTest_TestAction;
     //
     // GetPlayerPointsStatsNotEmptyResultSetCondition
     //
     GetPlayerPointsStatsNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPointsStatsNotEmptyResultSetCondition.Name      = "GetPlayerPointsStatsNotEmptyResultSetCondition";
     GetPlayerPointsStatsNotEmptyResultSetCondition.ResultSet = 1;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShirtColorTest_RowCount_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(sp_list_RecommendShirtColor_UnitTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          rowCountCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShirtColorTest_RowCount_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShirtColorTest_RowCount_PosttestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction testInitializeAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShortColorTest_ExpectedSchema_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition expectedSchemaCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction;
     this.sp_list_RecommendShirtColorTest_RowCountData       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     sp_list_RecommendShirtColorTest_RowCount_TestAction     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     rowCountCondition1          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     sp_list_RecommendShirtColorTest_RowCount_PretestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     sp_list_RecommendShirtColorTest_RowCount_PosttestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     testInitializeAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     sp_list_RecommendShortColorTest_ExpectedSchema_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     expectedSchemaCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     //
     // sp_list_RecommendShirtColorTest_RowCount_TestAction
     //
     sp_list_RecommendShirtColorTest_RowCount_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     sp_list_RecommendShirtColorTest_RowCount_TestAction.Conditions.Add(rowCountCondition1);
     resources.ApplyResources(sp_list_RecommendShirtColorTest_RowCount_TestAction, "sp_list_RecommendShirtColorTest_RowCount_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled   = true;
     rowCountCondition1.Name      = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount  = 3;
     //
     // sp_list_RecommendShirtColorTest_RowCount_PretestAction
     //
     resources.ApplyResources(sp_list_RecommendShirtColorTest_RowCount_PretestAction, "sp_list_RecommendShirtColorTest_RowCount_PretestAction");
     //
     // sp_list_RecommendShirtColorTest_RowCount_PosttestAction
     //
     resources.ApplyResources(sp_list_RecommendShirtColorTest_RowCount_PosttestAction, "sp_list_RecommendShirtColorTest_RowCount_PosttestAction");
     //
     // testInitializeAction
     //
     resources.ApplyResources(testInitializeAction, "testInitializeAction");
     //
     // sp_list_RecommendShortColorTest_ExpectedSchema_TestAction
     //
     sp_list_RecommendShortColorTest_ExpectedSchema_TestAction.Conditions.Add(expectedSchemaCondition1);
     resources.ApplyResources(sp_list_RecommendShortColorTest_ExpectedSchema_TestAction, "sp_list_RecommendShortColorTest_ExpectedSchema_TestAction");
     //
     // expectedSchemaCondition1
     //
     expectedSchemaCondition1.Enabled = true;
     expectedSchemaCondition1.Name    = "expectedSchemaCondition1";
     resources.ApplyResources(expectedSchemaCondition1, "expectedSchemaCondition1");
     expectedSchemaCondition1.Verbose = false;
     //
     // sp_list_RecommendShirtColorTest_RowCountData
     //
     this.sp_list_RecommendShirtColorTest_RowCountData.PosttestAction = sp_list_RecommendShirtColorTest_RowCount_PosttestAction;
     this.sp_list_RecommendShirtColorTest_RowCountData.PretestAction  = sp_list_RecommendShirtColorTest_RowCount_PretestAction;
     this.sp_list_RecommendShirtColorTest_RowCountData.TestAction     = sp_list_RecommendShirtColorTest_RowCount_TestAction;
     //
     // sp_list_RecommendShortColorTest_ExpectedSchemaData
     //
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData.PosttestAction = null;
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData.PretestAction  = sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction;
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData.TestAction     = sp_list_RecommendShortColorTest_ExpectedSchema_TestAction;
     //
     // sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction
     //
     resources.ApplyResources(sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction, "sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction");
     //
     // sp_list_RecommendShirtColor_UnitTests
     //
     this.TestInitializeAction = testInitializeAction;
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction           app_Usp_GET_USER_SETTINGSTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition    chk_Usp_GET_USER_SETTINGS_Check_Row_Count;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition chk_Usp_GET_USER_SETTINGS_Check_Row1_Key;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition chk_Usp_GET_USER_SETTINGS_Check_Row1_Value;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction           app_Usp_GET_USER_SETTINGSTest_PosttestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StoredProcs_App));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition chk_Usp_GET_USER_SETTINGS_Check_Debug;
     this.app_Usp_GET_USER_SETTINGSTestData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     app_Usp_GET_USER_SETTINGSTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     chk_Usp_GET_USER_SETTINGS_Check_Row_Count              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     app_Usp_GET_USER_SETTINGSTest_PosttestAction           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     chk_Usp_GET_USER_SETTINGS_Check_Debug = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // app_Usp_GET_USER_SETTINGSTestData
     //
     this.app_Usp_GET_USER_SETTINGSTestData.PosttestAction = app_Usp_GET_USER_SETTINGSTest_PosttestAction;
     this.app_Usp_GET_USER_SETTINGSTestData.PretestAction  = null;
     this.app_Usp_GET_USER_SETTINGSTestData.TestAction     = app_Usp_GET_USER_SETTINGSTest_TestAction;
     //
     // app_Usp_GET_USER_SETTINGSTest_TestAction
     //
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error);
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_Row_Count);
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_Row1_Key);
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc);
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType);
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_Row1_Value);
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value);
     app_Usp_GET_USER_SETTINGSTest_TestAction.Conditions.Add(chk_Usp_GET_USER_SETTINGS_Check_Debug);
     resources.ApplyResources(app_Usp_GET_USER_SETTINGSTest_TestAction, "app_Usp_GET_USER_SETTINGSTest_TestAction");
     //
     // chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error
     //
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error.ColumnNumber  = 1;
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error.Enabled       = true;
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error.ExpectedValue = "The user is not logged in.";
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error.Name          = "chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error";
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error.NullExpected  = false;
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error.ResultSet     = 1;
     chk_Usp_GET_USER_SETTINGS_Check_User_Not_Logged_In_Error.RowNumber     = 1;
     //
     // chk_Usp_GET_USER_SETTINGS_Check_Row_Count
     //
     chk_Usp_GET_USER_SETTINGS_Check_Row_Count.Enabled   = true;
     chk_Usp_GET_USER_SETTINGS_Check_Row_Count.Name      = "chk_Usp_GET_USER_SETTINGS_Check_Row_Count";
     chk_Usp_GET_USER_SETTINGS_Check_Row_Count.ResultSet = 2;
     chk_Usp_GET_USER_SETTINGS_Check_Row_Count.RowCount  = 3;
     //
     // chk_Usp_GET_USER_SETTINGS_Check_Row1_Key
     //
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key.ColumnNumber  = 1;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key.Enabled       = true;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key.ExpectedValue = "CULTURE";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key.Name          = "chk_Usp_GET_USER_SETTINGS_Check_Row1_Key";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key.NullExpected  = false;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key.ResultSet     = 2;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Key.RowNumber     = 1;
     //
     // chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc
     //
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc.ColumnNumber  = 2;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc.Enabled       = true;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc.ExpectedValue = "The culture of the user";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc.Name          = "chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc.NullExpected  = false;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc.ResultSet     = 2;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Desc.RowNumber     = 1;
     //
     // chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType
     //
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType.ColumnNumber  = 3;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType.Enabled       = true;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType.ExpectedValue = "system.string";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType.Name          = "chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType.NullExpected  = false;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType.ResultSet     = 2;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_DataType.RowNumber     = 1;
     //
     // chk_Usp_GET_USER_SETTINGS_Check_Row1_Value
     //
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value.ColumnNumber  = 4;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value.Enabled       = true;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value.ExpectedValue = "en-GB";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value.Name          = "chk_Usp_GET_USER_SETTINGS_Check_Row1_Value";
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value.NullExpected  = false;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value.ResultSet     = 2;
     chk_Usp_GET_USER_SETTINGS_Check_Row1_Value.RowNumber     = 1;
     //
     // app_Usp_GET_USER_SETTINGSTest_PosttestAction
     //
     resources.ApplyResources(app_Usp_GET_USER_SETTINGSTest_PosttestAction, "app_Usp_GET_USER_SETTINGSTest_PosttestAction");
     //
     // chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value
     //
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value.ColumnNumber  = 4;
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value.Enabled       = true;
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value.ExpectedValue = "fr-FR";
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value.Name          = "chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value";
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value.NullExpected  = false;
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value.ResultSet     = 3;
     chk_Usp_GET_USER_SETTINGS_Check_UserSetting_Row1_Value.RowNumber     = 1;
     //
     // chk_Usp_GET_USER_SETTINGS_Check_Debug
     //
     chk_Usp_GET_USER_SETTINGS_Check_Debug.Enabled   = true;
     chk_Usp_GET_USER_SETTINGS_Check_Debug.Name      = "chk_Usp_GET_USER_SETTINGS_Check_Debug";
     chk_Usp_GET_USER_SETTINGS_Check_Debug.ResultSet = 4;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction              dbo_GetDepartmentNameTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition       checksumGetDepartmentName;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition       rowCountGetDepartmentName;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition expectedSchemaGetDepartmentName;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetDepartmentNameTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetGetDepartmentName;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueGetDepartmentName;
     this.dbo_GetDepartmentNameTestData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetDepartmentNameTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     checksumGetDepartmentName            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     rowCountGetDepartmentName            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     expectedSchemaGetDepartmentName      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     notEmptyResultSetGetDepartmentName   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     scalarValueGetDepartmentName         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     //
     // dbo_GetDepartmentNameTestData
     //
     this.dbo_GetDepartmentNameTestData.PosttestAction = null;
     this.dbo_GetDepartmentNameTestData.PretestAction  = null;
     this.dbo_GetDepartmentNameTestData.TestAction     = dbo_GetDepartmentNameTest_TestAction;
     //
     // dbo_GetDepartmentNameTest_TestAction
     //
     dbo_GetDepartmentNameTest_TestAction.Conditions.Add(checksumGetDepartmentName);
     dbo_GetDepartmentNameTest_TestAction.Conditions.Add(rowCountGetDepartmentName);
     dbo_GetDepartmentNameTest_TestAction.Conditions.Add(expectedSchemaGetDepartmentName);
     dbo_GetDepartmentNameTest_TestAction.Conditions.Add(notEmptyResultSetGetDepartmentName);
     dbo_GetDepartmentNameTest_TestAction.Conditions.Add(scalarValueGetDepartmentName);
     resources.ApplyResources(dbo_GetDepartmentNameTest_TestAction, "dbo_GetDepartmentNameTest_TestAction");
     //
     // checksumGetDepartmentName
     //
     checksumGetDepartmentName.Checksum = "-397670858";
     checksumGetDepartmentName.Enabled  = true;
     checksumGetDepartmentName.Name     = "checksumGetDepartmentName";
     //
     // rowCountGetDepartmentName
     //
     rowCountGetDepartmentName.Enabled   = true;
     rowCountGetDepartmentName.Name      = "rowCountGetDepartmentName";
     rowCountGetDepartmentName.ResultSet = 1;
     rowCountGetDepartmentName.RowCount  = 1;
     //
     // expectedSchemaGetDepartmentName
     //
     expectedSchemaGetDepartmentName.Enabled = true;
     expectedSchemaGetDepartmentName.Name    = "expectedSchemaGetDepartmentName";
     resources.ApplyResources(expectedSchemaGetDepartmentName, "expectedSchemaGetDepartmentName");
     expectedSchemaGetDepartmentName.Verbose = false;
     //
     // notEmptyResultSetGetDepartmentName
     //
     notEmptyResultSetGetDepartmentName.Enabled   = true;
     notEmptyResultSetGetDepartmentName.Name      = "notEmptyResultSetGetDepartmentName";
     notEmptyResultSetGetDepartmentName.ResultSet = 1;
     //
     // scalarValueGetDepartmentName
     //
     scalarValueGetDepartmentName.ColumnNumber  = 1;
     scalarValueGetDepartmentName.Enabled       = true;
     scalarValueGetDepartmentName.ExpectedValue = "0";
     scalarValueGetDepartmentName.Name          = "scalarValueGetDepartmentName";
     scalarValueGetDepartmentName.NullExpected  = false;
     scalarValueGetDepartmentName.ResultSet     = 1;
     scalarValueGetDepartmentName.RowNumber     = 1;
 }
Exemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetTotalPointsUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition;
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTestData                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     //
     // dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTestData
     //
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTestData.PosttestAction = null;
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTestData.PretestAction  = null;
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTestData.TestAction     = dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction;
     //
     // dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction
     //
     dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction.Conditions.Add(GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition);
     dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction.Conditions.Add(GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition);
     resources.ApplyResources(dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction, "dbo_GetTotalPointsByPlayerPositionAndGameweekRangeTest_TestAction");
     //
     // dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTestData
     //
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTestData.PosttestAction = null;
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTestData.PretestAction  = null;
     this.dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTestData.TestAction     = dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction;
     //
     // dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction
     //
     dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction.Conditions.Add(GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition);
     dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction.Conditions.Add(GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition);
     resources.ApplyResources(dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction, "dbo_GetTotalPointsByPlayerPositionAndGameweekRangePivotedTest_TestAction");
     //
     // dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTestData
     //
     this.dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTestData.PosttestAction = null;
     this.dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTestData.PretestAction  = null;
     this.dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTestData.TestAction     = dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction;
     //
     // dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction
     //
     dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction.Conditions.Add(GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition);
     dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction.Conditions.Add(GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition);
     resources.ApplyResources(dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction, "dbo_GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeTest_TestAction");
     //
     // GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition
     //
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition.Enabled   = true;
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition.Name      = "GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition";
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition
     //
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition.Enabled   = true;
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition.Name      = "GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition";
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition.ResultSet = 1;
     GetTotalPointsByPlayerPositionAndGameweekRangePivotedRowCountCondition.RowCount  = 20;
     //
     // GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition
     //
     GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition.Enabled   = true;
     GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition.Name      = "GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition";
     GetTotalPointsByPlayerPositionAndGameweekRangeNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition
     //
     GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition.Enabled   = true;
     GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition.Name      = "GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition";
     GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition.ResultSet = 1;
     GetTotalPointsByPlayerPositionAndGameweekRangeRowCountCondition.RowCount  = 4;
     //
     // GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition
     //
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition.Enabled   = true;
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition.Name      = "GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition";
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition
     //
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition.Enabled   = true;
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition.Name      = "GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition";
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition.ResultSet = 1;
     GetTotalPointsByTeamAndPlayerPositionAndGameweekRangeRowCountCondition.RowCount  = 80;
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetPlayerOtherUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerMinutesByGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerMinutesByGameweekNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllSeasons;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_SeasonKey;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDifficultAndWasHome_SeasonKey;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_DifficultyAndWasHome_AllSeasons;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_SeasonKey;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_AllSeasons;
     this.dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerMinutesByGameweekTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetPlayerMinutesByGameweekTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerMinutesByGameweekNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllSeasons = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_SeasonKey  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDifficultAndWasHome_SeasonKey    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_DifficultyAndWasHome_AllSeasons = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_SeasonKey            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_AllSeasons           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTestData
     //
     this.dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTestData.PosttestAction = null;
     this.dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTestData.PretestAction  = null;
     this.dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTestData.TestAction     = dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction;
     //
     // dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction
     //
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllSeasons);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_SeasonKey);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDifficultAndWasHome_SeasonKey);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_DifficultyAndWasHome_AllSeasons);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_SeasonKey);
     dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction.Conditions.Add(GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_AllSeasons);
     resources.ApplyResources(dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction, "dbo_GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameTest_TestAction");
     //
     // dbo_GetPlayerMinutesByGameweekTestData
     //
     this.dbo_GetPlayerMinutesByGameweekTestData.PosttestAction = null;
     this.dbo_GetPlayerMinutesByGameweekTestData.PretestAction  = null;
     this.dbo_GetPlayerMinutesByGameweekTestData.TestAction     = dbo_GetPlayerMinutesByGameweekTest_TestAction;
     //
     // dbo_GetPlayerMinutesByGameweekTest_TestAction
     //
     dbo_GetPlayerMinutesByGameweekTest_TestAction.Conditions.Add(GetPlayerMinutesByGameweekNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerMinutesByGameweekTest_TestAction, "dbo_GetPlayerMinutesByGameweekTest_TestAction");
     //
     // GetPlayerMinutesByGameweekNotEmptyResultSetCondition
     //
     GetPlayerMinutesByGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerMinutesByGameweekNotEmptyResultSetCondition.Name      = "GetPlayerMinutesByGameweekNotEmptyResultSetCondition";
     GetPlayerMinutesByGameweekNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition.Name      = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name.Enabled   = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name.Name      = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name.ResultSet = 1;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_Name.RowCount  = 1;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllSeasons
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllSeasons.Enabled = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllSeasons.Name    = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllS" +
                                                                                                       "easons";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_AllSeasons.ResultSet = 3;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons.Enabled   = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons.Name      = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons.ResultSet = 3;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_AllSeasons.RowCount  = 1;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_SeasonKey
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_SeasonKey.Enabled = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_SeasonKey.Name    = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Seas" +
                                                                                                      "onKey";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_SeasonKey.ResultSet = 5;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey.Enabled   = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey.Name      = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey.ResultSet = 5;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameRowCountCondition_SeasonKey.RowCount  = 1;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDifficultAndWasHome_SeasonKey
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDifficultAndWasHome_SeasonKey.Enabled = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDifficultAndWasHome_SeasonKey.Name    = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDiffi" +
                                                                                                                         "cultAndWasHome_SeasonKey";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetConditionDifficultAndWasHome_SeasonKey.ResultSet = 7;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_DifficultyAndWasHome_AllSeasons
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_DifficultyAndWasHome_AllSeasons.Enabled = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_DifficultyAndWasHome_AllSeasons.Name    = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Diff" +
                                                                                                                            "icultyAndWasHome_AllSeasons";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_DifficultyAndWasHome_AllSeasons.ResultSet = 9;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_SeasonKey
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_SeasonKey.Enabled = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_SeasonKey.Name    = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Diff" +
                                                                                                                 "iculty_SeasonKey";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_SeasonKey.ResultSet = 11;
     //
     // GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_AllSeasons
     //
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_AllSeasons.Enabled = true;
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_AllSeasons.Name    = "GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Diff" +
                                                                                                                  "iculty_AllSeasons";
     GetPlayerStatsDifficultyAndIsHomeByPlayerKeyOrNameNotEmptyResultSetCondition_Difficulty_AllSeasons.ResultSet = 13;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPPGByOpponentDificultyForGameweeksTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetPlayerPPGUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPPGForGameweeksTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPPGForGameweeksNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetPlayerPPGForGameweeksRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition;
     this.dbo_GetPlayerPPGByOpponentDificultyForGameweeksTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPPGForGameweeksTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetPlayerPPGByOpponentDificultyForGameweeksTest_TestAction           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerPPGForGameweeksTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerPPGForGameweeksNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerPPGForGameweeksRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     //
     // dbo_GetPlayerPPGByOpponentDificultyForGameweeksTest_TestAction
     //
     dbo_GetPlayerPPGByOpponentDificultyForGameweeksTest_TestAction.Conditions.Add(GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPPGByOpponentDificultyForGameweeksTest_TestAction, "dbo_GetPlayerPPGByOpponentDificultyForGameweeksTest_TestAction");
     //
     // GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition
     //
     GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition.Name      = "GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition";
     GetPlayerPPGByOpponentDificultyForGameweeksNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerPPGByOpponentDificultyForGameweeksTestData
     //
     this.dbo_GetPlayerPPGByOpponentDificultyForGameweeksTestData.PosttestAction = null;
     this.dbo_GetPlayerPPGByOpponentDificultyForGameweeksTestData.PretestAction  = null;
     this.dbo_GetPlayerPPGByOpponentDificultyForGameweeksTestData.TestAction     = dbo_GetPlayerPPGByOpponentDificultyForGameweeksTest_TestAction;
     //
     // dbo_GetPlayerPPGForGameweeksTestData
     //
     this.dbo_GetPlayerPPGForGameweeksTestData.PosttestAction = null;
     this.dbo_GetPlayerPPGForGameweeksTestData.PretestAction  = null;
     this.dbo_GetPlayerPPGForGameweeksTestData.TestAction     = dbo_GetPlayerPPGForGameweeksTest_TestAction;
     //
     // dbo_GetPlayerPPGForGameweeksTest_TestAction
     //
     dbo_GetPlayerPPGForGameweeksTest_TestAction.Conditions.Add(GetPlayerPPGForGameweeksNotEmptyResultSetCondition);
     dbo_GetPlayerPPGForGameweeksTest_TestAction.Conditions.Add(GetPlayerPPGForGameweeksRowCountCondition);
     resources.ApplyResources(dbo_GetPlayerPPGForGameweeksTest_TestAction, "dbo_GetPlayerPPGForGameweeksTest_TestAction");
     //
     // dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData
     //
     this.dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData.PosttestAction = null;
     this.dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData.PretestAction  = null;
     this.dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTestData.TestAction     = dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction;
     //
     // dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction
     //
     dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction.Conditions.Add(GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition);
     dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction.Conditions.Add(GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition);
     resources.ApplyResources(dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction, "dbo_GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksTest_TestAction");
     //
     // GetPlayerPPGForGameweeksNotEmptyResultSetCondition
     //
     GetPlayerPPGForGameweeksNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPPGForGameweeksNotEmptyResultSetCondition.Name      = "GetPlayerPPGForGameweeksNotEmptyResultSetCondition";
     GetPlayerPPGForGameweeksNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetPlayerPPGForGameweeksRowCountCondition
     //
     GetPlayerPPGForGameweeksRowCountCondition.Enabled   = true;
     GetPlayerPPGForGameweeksRowCountCondition.Name      = "GetPlayerPPGForGameweeksRowCountCondition";
     GetPlayerPPGForGameweeksRowCountCondition.ResultSet = 1;
     GetPlayerPPGForGameweeksRowCountCondition.RowCount  = 1;
     //
     // GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition
     //
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition.Enabled = true;
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition.Name    = "GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition" +
                                                                                                 "";
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition
     //
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition.Enabled   = true;
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition.Name      = "GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition";
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition.ResultSet = 1;
     GetPlayerPPGForSeasonPrevious5Previous10AndAllGameweeksRowCountCondition.RowCount  = 1;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetTeamUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Team;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_TeamDifficulty;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition;
     this.dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTestData                                           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction                                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction                       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTest_TestAction                                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Team                     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition                                   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_TeamDifficulty = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition                                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction
     //
     dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition);
     dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Team);
     dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results);
     dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition);
     resources.ApplyResources(dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction, "dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction");
     //
     // dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction
     //
     dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition);
     dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_TeamDifficulty);
     dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results);
     dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results);
     resources.ApplyResources(dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction, "dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestA" +
                              "ction");
     //
     // dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTest_TestAction
     //
     dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTest_TestAction.Conditions.Add(GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTest_TestAction, "dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTest_TestAction");
     //
     // dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData
     //
     this.dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData.PosttestAction = null;
     this.dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData.PretestAction  = null;
     this.dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData.TestAction     = dbo_GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction;
     //
     // dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData
     //
     this.dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData.PosttestAction = null;
     this.dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData.PretestAction  = null;
     this.dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTestData.TestAction     = dbo_GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeTest_TestAction;
     //
     // dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTestData
     //
     this.dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTestData.PosttestAction = null;
     this.dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTestData.PretestAction  = null;
     this.dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTestData.TestAction     = dbo_GetTeamPlayerPointsAndMinutesForGameweeksInSeasonTest_TestAction;
     //
     // GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition
     //
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition.Enabled = true;
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition.Name    = "GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetConditi" +
                                                                                                                  "on_PlayerPosition";
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition.ResultSet = 1;
     //
     // GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Team
     //
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Team.Enabled = true;
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Team.Name    = "GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetConditi" +
                                                                                                        "on_Team";
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Team.ResultSet = 2;
     //
     // GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results
     //
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.Enabled = true;
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.Name    = "GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetConditi" +
                                                                                                           "on_Results";
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.ResultSet = 3;
     //
     // GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition
     //
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition.Enabled   = true;
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition.Name      = "GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition";
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition.ResultSet = 3;
     GetTeamAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition.RowCount  = 10;
     //
     // GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition
     //
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition.Enabled = true;
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition.Name    = "GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResult" +
                                                                                                                            "SetCondition_PlayerPosition";
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_PlayerPosition.ResultSet = 1;
     //
     // GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_TeamDifficulty
     //
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_TeamDifficulty.Enabled = true;
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_TeamDifficulty.Name    = "GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResult" +
                                                                                                                            "SetCondition_TeamDifficulty";
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_TeamDifficulty.ResultSet = 1;
     //
     // GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results
     //
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.Enabled = true;
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.Name    = "GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResult" +
                                                                                                                     "SetCondition_Results";
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.ResultSet = 1;
     //
     // GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results
     //
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results.Enabled = true;
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results.Name    = "GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondit" +
                                                                                                            "ion_Results";
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results.ResultSet = 3;
     GetTeamDifficultyAndPositionGameweekHistoryStatsByDifficultyWasHomeRowCountCondition_Results.RowCount  = 10;
     //
     // GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition
     //
     GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition.Enabled   = true;
     GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition.Name      = "GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition";
     GetTeamPlayerPointsAndMinutesForGameweeksInSeasonNotEmptyResultSetCondition.ResultSet = 1;
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShirtColorTest_RowCount_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(sp_list_RecommendShirtColor_UnitTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition rowCountCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShirtColorTest_RowCount_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShirtColorTest_RowCount_PosttestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction testInitializeAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShortColorTest_ExpectedSchema_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition expectedSchemaCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction;
     this.sp_list_RecommendShirtColorTest_RowCountData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     sp_list_RecommendShirtColorTest_RowCount_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     rowCountCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     sp_list_RecommendShirtColorTest_RowCount_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     sp_list_RecommendShirtColorTest_RowCount_PosttestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     testInitializeAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     sp_list_RecommendShortColorTest_ExpectedSchema_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     expectedSchemaCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExpectedSchemaCondition();
     sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     //
     // sp_list_RecommendShirtColorTest_RowCount_TestAction
     //
     sp_list_RecommendShirtColorTest_RowCount_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     sp_list_RecommendShirtColorTest_RowCount_TestAction.Conditions.Add(rowCountCondition1);
     resources.ApplyResources(sp_list_RecommendShirtColorTest_RowCount_TestAction, "sp_list_RecommendShirtColorTest_RowCount_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled = true;
     notEmptyResultSetCondition1.Name = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled = true;
     rowCountCondition1.Name = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount = 3;
     //
     // sp_list_RecommendShirtColorTest_RowCount_PretestAction
     //
     resources.ApplyResources(sp_list_RecommendShirtColorTest_RowCount_PretestAction, "sp_list_RecommendShirtColorTest_RowCount_PretestAction");
     //
     // sp_list_RecommendShirtColorTest_RowCount_PosttestAction
     //
     resources.ApplyResources(sp_list_RecommendShirtColorTest_RowCount_PosttestAction, "sp_list_RecommendShirtColorTest_RowCount_PosttestAction");
     //
     // testInitializeAction
     //
     resources.ApplyResources(testInitializeAction, "testInitializeAction");
     //
     // sp_list_RecommendShortColorTest_ExpectedSchema_TestAction
     //
     sp_list_RecommendShortColorTest_ExpectedSchema_TestAction.Conditions.Add(expectedSchemaCondition1);
     resources.ApplyResources(sp_list_RecommendShortColorTest_ExpectedSchema_TestAction, "sp_list_RecommendShortColorTest_ExpectedSchema_TestAction");
     //
     // expectedSchemaCondition1
     //
     expectedSchemaCondition1.Enabled = true;
     expectedSchemaCondition1.Name = "expectedSchemaCondition1";
     resources.ApplyResources(expectedSchemaCondition1, "expectedSchemaCondition1");
     expectedSchemaCondition1.Verbose = false;
     //
     // sp_list_RecommendShirtColorTest_RowCountData
     //
     this.sp_list_RecommendShirtColorTest_RowCountData.PosttestAction = sp_list_RecommendShirtColorTest_RowCount_PosttestAction;
     this.sp_list_RecommendShirtColorTest_RowCountData.PretestAction = sp_list_RecommendShirtColorTest_RowCount_PretestAction;
     this.sp_list_RecommendShirtColorTest_RowCountData.TestAction = sp_list_RecommendShirtColorTest_RowCount_TestAction;
     //
     // sp_list_RecommendShortColorTest_ExpectedSchemaData
     //
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData.PosttestAction = null;
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData.PretestAction = sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction;
     this.sp_list_RecommendShortColorTest_ExpectedSchemaData.TestAction = sp_list_RecommendShortColorTest_ExpectedSchema_TestAction;
     //
     // sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction
     //
     resources.ApplyResources(sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction, "sp_list_RecommendShortColorTest_ExpectedSchema_PretestAction");
     //
     // sp_list_RecommendShirtColor_UnitTests
     //
     this.TestInitializeAction = testInitializeAction;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetBestSquadPlayerUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetBestTeamBasedOnPredictionsTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetBestTeamPlayerPointsForGameweekRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetBestSquadPlayerDetailsTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetBestSquadPlayerDetailsNotEmptyResultSetCondition;
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodTestData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetBestTeamBasedOnPredictionsTestData                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetBestTeamPlayerPointsForGameweekTestData            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetBestTeamPlayerPointsForGameweekPeriodTestData      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetBestSquadPlayerDetailsTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetBestTeamBasedOnPredictionsTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetBestTeamPlayerPointsForGameweekRowCountCondition                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetBestSquadPlayerDetailsTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetBestSquadPlayerDetailsNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction
     //
     dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction.Conditions.Add(GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition);
     dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction.Conditions.Add(GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition);
     resources.ApplyResources(dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction, "dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction");
     //
     // GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition
     //
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition.Enabled   = true;
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition.Name      = "GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition";
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition
     //
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition.Enabled   = true;
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition.Name      = "GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition";
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition.ResultSet = 1;
     GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsRowCountCondition.RowCount  = 15;
     //
     // dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction
     //
     dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction.Conditions.Add(GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition);
     dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction.Conditions.Add(GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition);
     resources.ApplyResources(dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction, "dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction");
     //
     // GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition
     //
     GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.Enabled   = true;
     GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.Name      = "GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition";
     GetBestSquadPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition
     //
     GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition.Enabled   = true;
     GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition.Name      = "GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition";
     GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition.ResultSet = 1;
     GetBestSquadPlayerPointsForGameweekPeriodRowCountCondition.RowCount  = 15;
     //
     // dbo_GetBestTeamBasedOnPredictionsTest_TestAction
     //
     resources.ApplyResources(dbo_GetBestTeamBasedOnPredictionsTest_TestAction, "dbo_GetBestTeamBasedOnPredictionsTest_TestAction");
     //
     // dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTest_TestAction
     //
     dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTest_TestAction.Conditions.Add(GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTest_TestAction, "dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTest_TestAction");
     //
     // GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition
     //
     GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.Enabled   = true;
     GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.Name      = "GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition";
     GetBestTeamPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction
     //
     dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction.Conditions.Add(GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition);
     dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction.Conditions.Add(GetBestTeamPlayerPointsForGameweekRowCountCondition);
     resources.ApplyResources(dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction, "dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction");
     //
     // GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition
     //
     GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition.Name      = "GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition";
     GetBestTeamPlayerPointsForGameweekNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetBestTeamPlayerPointsForGameweekRowCountCondition
     //
     GetBestTeamPlayerPointsForGameweekRowCountCondition.Enabled   = true;
     GetBestTeamPlayerPointsForGameweekRowCountCondition.Name      = "GetBestTeamPlayerPointsForGameweekRowCountCondition";
     GetBestTeamPlayerPointsForGameweekRowCountCondition.ResultSet = 1;
     GetBestTeamPlayerPointsForGameweekRowCountCondition.RowCount  = 11;
     //
     // dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction
     //
     dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction.Conditions.Add(GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition);
     dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction.Conditions.Add(GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition);
     resources.ApplyResources(dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction, "dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction");
     //
     // GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition
     //
     GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.Enabled   = true;
     GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.Name      = "GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition";
     GetBestTeamPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition
     //
     GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition.Enabled   = true;
     GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition.Name      = "GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition";
     GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition.ResultSet = 1;
     GetBestTeamPlayerPointsForGameweekPeriodRowCountCondition.RowCount  = 11;
     //
     // dbo_GetBestSquadPlayerDetailsTest_TestAction
     //
     dbo_GetBestSquadPlayerDetailsTest_TestAction.Conditions.Add(GetBestSquadPlayerDetailsNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetBestSquadPlayerDetailsTest_TestAction, "dbo_GetBestSquadPlayerDetailsTest_TestAction");
     //
     // GetBestSquadPlayerDetailsNotEmptyResultSetCondition
     //
     GetBestSquadPlayerDetailsNotEmptyResultSetCondition.Enabled   = true;
     GetBestSquadPlayerDetailsNotEmptyResultSetCondition.Name      = "GetBestSquadPlayerDetailsNotEmptyResultSetCondition";
     GetBestSquadPlayerDetailsNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTestData
     //
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTestData.PosttestAction = null;
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTestData.PretestAction  = null;
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTestData.TestAction     = dbo_GetBestSquadPlayerPointsForGameweekPeriodAcrossSeasonsTest_TestAction;
     //
     // dbo_GetBestSquadPlayerPointsForGameweekPeriodTestData
     //
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodTestData.PosttestAction = null;
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodTestData.PretestAction  = null;
     this.dbo_GetBestSquadPlayerPointsForGameweekPeriodTestData.TestAction     = dbo_GetBestSquadPlayerPointsForGameweekPeriodTest_TestAction;
     //
     // dbo_GetBestTeamBasedOnPredictionsTestData
     //
     this.dbo_GetBestTeamBasedOnPredictionsTestData.PosttestAction = null;
     this.dbo_GetBestTeamBasedOnPredictionsTestData.PretestAction  = null;
     this.dbo_GetBestTeamBasedOnPredictionsTestData.TestAction     = dbo_GetBestTeamBasedOnPredictionsTest_TestAction;
     //
     // dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTestData
     //
     this.dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTestData.PosttestAction = null;
     this.dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTestData.PretestAction  = null;
     this.dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTestData.TestAction     = dbo_GetBestTeamPlayerPointsForEachGameweekInRangeTest_TestAction;
     //
     // dbo_GetBestTeamPlayerPointsForGameweekTestData
     //
     this.dbo_GetBestTeamPlayerPointsForGameweekTestData.PosttestAction = null;
     this.dbo_GetBestTeamPlayerPointsForGameweekTestData.PretestAction  = null;
     this.dbo_GetBestTeamPlayerPointsForGameweekTestData.TestAction     = dbo_GetBestTeamPlayerPointsForGameweekTest_TestAction;
     //
     // dbo_GetBestTeamPlayerPointsForGameweekPeriodTestData
     //
     this.dbo_GetBestTeamPlayerPointsForGameweekPeriodTestData.PosttestAction = null;
     this.dbo_GetBestTeamPlayerPointsForGameweekPeriodTestData.PretestAction  = null;
     this.dbo_GetBestTeamPlayerPointsForGameweekPeriodTestData.TestAction     = dbo_GetBestTeamPlayerPointsForGameweekPeriodTest_TestAction;
     //
     // dbo_GetBestSquadPlayerDetailsTestData
     //
     this.dbo_GetBestSquadPlayerDetailsTestData.PosttestAction = null;
     this.dbo_GetBestSquadPlayerDetailsTestData.PretestAction  = null;
     this.dbo_GetBestSquadPlayerDetailsTestData.TestAction     = dbo_GetBestSquadPlayerDetailsTest_TestAction;
 }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_PR_CreateEmployeeTest_ROWCOUNT_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dbo_PR_CreateEmployeeTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 testInitializeAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 testCleanupAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          rowCountCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     this.dbo_PR_CreateEmployeeTest_ROWCOUNTData    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_PR_CreateEmployeeTest_SCALARVALUEData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_PR_CreateEmployeeTest_ROWCOUNT_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     testInitializeAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     testCleanupAction    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition1   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     scalarValueCondition1       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     scalarValueCondition2       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_PR_CreateEmployeeTest_ROWCOUNT_TestAction
     //
     dbo_PR_CreateEmployeeTest_ROWCOUNT_TestAction.Conditions.Add(rowCountCondition1);
     resources.ApplyResources(dbo_PR_CreateEmployeeTest_ROWCOUNT_TestAction, "dbo_PR_CreateEmployeeTest_ROWCOUNT_TestAction");
     //
     // dbo_PR_CreateEmployeeTest_ROWCOUNTData
     //
     this.dbo_PR_CreateEmployeeTest_ROWCOUNTData.PosttestAction = null;
     this.dbo_PR_CreateEmployeeTest_ROWCOUNTData.PretestAction  = null;
     this.dbo_PR_CreateEmployeeTest_ROWCOUNTData.TestAction     = dbo_PR_CreateEmployeeTest_ROWCOUNT_TestAction;
     //
     // testInitializeAction
     //
     resources.ApplyResources(testInitializeAction, "testInitializeAction");
     //
     // testCleanupAction
     //
     resources.ApplyResources(testCleanupAction, "testCleanupAction");
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled   = true;
     rowCountCondition1.Name      = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount  = 1;
     //
     // dbo_PR_CreateEmployeeTest_SCALARVALUEData
     //
     this.dbo_PR_CreateEmployeeTest_SCALARVALUEData.PosttestAction = null;
     this.dbo_PR_CreateEmployeeTest_SCALARVALUEData.PretestAction  = null;
     this.dbo_PR_CreateEmployeeTest_SCALARVALUEData.TestAction     = dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction;
     //
     // dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction
     //
     dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction.Conditions.Add(scalarValueCondition1);
     dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction.Conditions.Add(scalarValueCondition2);
     dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     resources.ApplyResources(dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction, "dbo_PR_CreateEmployeeTest_SCALARVALUE_TestAction");
     //
     // scalarValueCondition1
     //
     scalarValueCondition1.ColumnNumber  = 1;
     scalarValueCondition1.Enabled       = true;
     scalarValueCondition1.ExpectedValue = "10001";
     scalarValueCondition1.Name          = "scalarValueCondition1";
     scalarValueCondition1.NullExpected  = false;
     scalarValueCondition1.ResultSet     = 1;
     scalarValueCondition1.RowNumber     = 1;
     //
     // scalarValueCondition2
     //
     scalarValueCondition2.ColumnNumber  = 9;
     scalarValueCondition2.Enabled       = true;
     scalarValueCondition2.ExpectedValue = "70001";
     scalarValueCondition2.Name          = "scalarValueCondition2";
     scalarValueCondition2.NullExpected  = false;
     scalarValueCondition2.ResultSet     = 1;
     scalarValueCondition2.RowNumber     = 1;
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // SqlServerUnitTest1
     //
     this.TestCleanupAction    = testCleanupAction;
     this.TestInitializeAction = testInitializeAction;
 }
Exemplo n.º 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CanVerifyCapeCanaveralMenu_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarryOutTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition mustHaveResults;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       mustHaveCorrectRow1Id;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       mustHaveCorrectRow2Id;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       mustHaveCorrectRow3Id;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CanFindJellyDonut_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyJellyDonut;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CannotFindJellyDonutInBackyard_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition emptyJellyDonutResultsInBackyard;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition    noBurritoInBackyard;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition    noBurritoInFlorida;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition    noBurritoInRussia;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition foundBurritoInTexas;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction           CanGetMilitaryDiscountOnPizza_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition pizzaCount;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition isReallyPizza;
     this.CanVerifyCapeCanaveralMenuData             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.CanFindJellyDonutData                      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.CannotFindJellyDonutInBackyardData         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.CanFindBurritoAtJohnsonSpaceCenterOnlyData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.CanGetMilitaryDiscountOnPizzaData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     CanVerifyCapeCanaveralMenu_TestAction           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     mustHaveResults              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     mustHaveCorrectRow1Id        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     mustHaveCorrectRow2Id        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     mustHaveCorrectRow3Id        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     CanFindJellyDonut_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyJellyDonut           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     CannotFindJellyDonutInBackyard_TestAction         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     emptyJellyDonutResultsInBackyard                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     noBurritoInBackyard = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     noBurritoInFlorida  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     noBurritoInRussia   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     foundBurritoInTexas = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     CanGetMilitaryDiscountOnPizza_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     pizzaCount    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     isReallyPizza = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     //
     // CanVerifyCapeCanaveralMenu_TestAction
     //
     CanVerifyCapeCanaveralMenu_TestAction.Conditions.Add(mustHaveResults);
     CanVerifyCapeCanaveralMenu_TestAction.Conditions.Add(mustHaveCorrectRow1Id);
     CanVerifyCapeCanaveralMenu_TestAction.Conditions.Add(mustHaveCorrectRow2Id);
     CanVerifyCapeCanaveralMenu_TestAction.Conditions.Add(mustHaveCorrectRow3Id);
     resources.ApplyResources(CanVerifyCapeCanaveralMenu_TestAction, "CanVerifyCapeCanaveralMenu_TestAction");
     //
     // mustHaveResults
     //
     mustHaveResults.Enabled   = true;
     mustHaveResults.Name      = "mustHaveResults";
     mustHaveResults.ResultSet = 1;
     //
     // mustHaveCorrectRow1Id
     //
     mustHaveCorrectRow1Id.ColumnNumber  = 1;
     mustHaveCorrectRow1Id.Enabled       = true;
     mustHaveCorrectRow1Id.ExpectedValue = "10000";
     mustHaveCorrectRow1Id.Name          = "mustHaveCorrectRow1Id";
     mustHaveCorrectRow1Id.NullExpected  = false;
     mustHaveCorrectRow1Id.ResultSet     = 1;
     mustHaveCorrectRow1Id.RowNumber     = 1;
     //
     // mustHaveCorrectRow2Id
     //
     mustHaveCorrectRow2Id.ColumnNumber  = 1;
     mustHaveCorrectRow2Id.Enabled       = true;
     mustHaveCorrectRow2Id.ExpectedValue = "10001";
     mustHaveCorrectRow2Id.Name          = "mustHaveCorrectRow2Id";
     mustHaveCorrectRow2Id.NullExpected  = false;
     mustHaveCorrectRow2Id.ResultSet     = 1;
     mustHaveCorrectRow2Id.RowNumber     = 2;
     //
     // mustHaveCorrectRow3Id
     //
     mustHaveCorrectRow3Id.ColumnNumber  = 1;
     mustHaveCorrectRow3Id.Enabled       = true;
     mustHaveCorrectRow3Id.ExpectedValue = "10002";
     mustHaveCorrectRow3Id.Name          = "mustHaveCorrectRow3Id";
     mustHaveCorrectRow3Id.NullExpected  = false;
     mustHaveCorrectRow3Id.ResultSet     = 1;
     mustHaveCorrectRow3Id.RowNumber     = 3;
     //
     // CanFindJellyDonut_TestAction
     //
     CanFindJellyDonut_TestAction.Conditions.Add(notEmptyJellyDonut);
     resources.ApplyResources(CanFindJellyDonut_TestAction, "CanFindJellyDonut_TestAction");
     //
     // notEmptyJellyDonut
     //
     notEmptyJellyDonut.Enabled   = true;
     notEmptyJellyDonut.Name      = "notEmptyJellyDonut";
     notEmptyJellyDonut.ResultSet = 1;
     //
     // CannotFindJellyDonutInBackyard_TestAction
     //
     CannotFindJellyDonutInBackyard_TestAction.Conditions.Add(emptyJellyDonutResultsInBackyard);
     resources.ApplyResources(CannotFindJellyDonutInBackyard_TestAction, "CannotFindJellyDonutInBackyard_TestAction");
     //
     // emptyJellyDonutResultsInBackyard
     //
     emptyJellyDonutResultsInBackyard.Enabled   = true;
     emptyJellyDonutResultsInBackyard.Name      = "emptyJellyDonutResultsInBackyard";
     emptyJellyDonutResultsInBackyard.ResultSet = 1;
     //
     // CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction
     //
     CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction.Conditions.Add(noBurritoInBackyard);
     CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction.Conditions.Add(noBurritoInFlorida);
     CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction.Conditions.Add(noBurritoInRussia);
     CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction.Conditions.Add(foundBurritoInTexas);
     resources.ApplyResources(CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction, "CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction");
     //
     // noBurritoInBackyard
     //
     noBurritoInBackyard.Enabled   = true;
     noBurritoInBackyard.Name      = "noBurritoInBackyard";
     noBurritoInBackyard.ResultSet = 1;
     //
     // noBurritoInFlorida
     //
     noBurritoInFlorida.Enabled   = true;
     noBurritoInFlorida.Name      = "noBurritoInFlorida";
     noBurritoInFlorida.ResultSet = 2;
     //
     // noBurritoInRussia
     //
     noBurritoInRussia.Enabled   = true;
     noBurritoInRussia.Name      = "noBurritoInRussia";
     noBurritoInRussia.ResultSet = 3;
     //
     // foundBurritoInTexas
     //
     foundBurritoInTexas.Enabled   = true;
     foundBurritoInTexas.Name      = "foundBurritoInTexas";
     foundBurritoInTexas.ResultSet = 4;
     //
     // CanGetMilitaryDiscountOnPizza_TestAction
     //
     CanGetMilitaryDiscountOnPizza_TestAction.Conditions.Add(pizzaCount);
     CanGetMilitaryDiscountOnPizza_TestAction.Conditions.Add(isReallyPizza);
     resources.ApplyResources(CanGetMilitaryDiscountOnPizza_TestAction, "CanGetMilitaryDiscountOnPizza_TestAction");
     //
     // pizzaCount
     //
     pizzaCount.ColumnNumber  = 1;
     pizzaCount.Enabled       = true;
     pizzaCount.ExpectedValue = "1";
     pizzaCount.Name          = "pizzaCount";
     pizzaCount.NullExpected  = false;
     pizzaCount.ResultSet     = 1;
     pizzaCount.RowNumber     = 1;
     //
     // isReallyPizza
     //
     isReallyPizza.ColumnNumber  = 2;
     isReallyPizza.Enabled       = true;
     isReallyPizza.ExpectedValue = "Pizza";
     isReallyPizza.Name          = "isReallyPizza";
     isReallyPizza.NullExpected  = false;
     isReallyPizza.ResultSet     = 1;
     isReallyPizza.RowNumber     = 1;
     //
     // CanVerifyCapeCanaveralMenuData
     //
     this.CanVerifyCapeCanaveralMenuData.PosttestAction = null;
     this.CanVerifyCapeCanaveralMenuData.PretestAction  = null;
     this.CanVerifyCapeCanaveralMenuData.TestAction     = CanVerifyCapeCanaveralMenu_TestAction;
     //
     // CanFindJellyDonutData
     //
     this.CanFindJellyDonutData.PosttestAction = null;
     this.CanFindJellyDonutData.PretestAction  = null;
     this.CanFindJellyDonutData.TestAction     = CanFindJellyDonut_TestAction;
     //
     // CannotFindJellyDonutInBackyardData
     //
     this.CannotFindJellyDonutInBackyardData.PosttestAction = null;
     this.CannotFindJellyDonutInBackyardData.PretestAction  = null;
     this.CannotFindJellyDonutInBackyardData.TestAction     = CannotFindJellyDonutInBackyard_TestAction;
     //
     // CanFindBurritoAtJohnsonSpaceCenterOnlyData
     //
     this.CanFindBurritoAtJohnsonSpaceCenterOnlyData.PosttestAction = null;
     this.CanFindBurritoAtJohnsonSpaceCenterOnlyData.PretestAction  = null;
     this.CanFindBurritoAtJohnsonSpaceCenterOnlyData.TestAction     = CanFindBurritoAtJohnsonSpaceCenterOnly_TestAction;
     //
     // CanGetMilitaryDiscountOnPizzaData
     //
     this.CanGetMilitaryDiscountOnPizzaData.PosttestAction = null;
     this.CanGetMilitaryDiscountOnPizzaData.PretestAction  = null;
     this.CanGetMilitaryDiscountOnPizzaData.TestAction     = CanGetMilitaryDiscountOnPizza_TestAction;
 }
Exemplo n.º 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_CustomerTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dbo_CustomerUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          rowCountCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExecutionTimeCondition     executionTimeCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction        dbo_CustomerInvalidParamsReturns0Rows_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition rowCountCondition2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction        dbo_CustomerNullParamReturns0Rows_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition rowCountCondition3;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction        dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCount_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition rowCountCondition4;
     this.dbo_CustomerTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_CustomerInvalidParamsReturns0RowsData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_CustomerNullParamReturns0RowsData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCountData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_CustomerTest_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     rowCountCondition1          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     scalarValueCondition1       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     scalarValueCondition2       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     executionTimeCondition1     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExecutionTimeCondition();
     dbo_CustomerInvalidParamsReturns0Rows_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition2 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_CustomerNullParamReturns0Rows_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition3 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCount_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition4 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     //
     // dbo_CustomerTest_TestAction
     //
     dbo_CustomerTest_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     dbo_CustomerTest_TestAction.Conditions.Add(rowCountCondition1);
     dbo_CustomerTest_TestAction.Conditions.Add(scalarValueCondition1);
     dbo_CustomerTest_TestAction.Conditions.Add(scalarValueCondition2);
     dbo_CustomerTest_TestAction.Conditions.Add(executionTimeCondition1);
     resources.ApplyResources(dbo_CustomerTest_TestAction, "dbo_CustomerTest_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled   = true;
     rowCountCondition1.Name      = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount  = 2;
     //
     // scalarValueCondition1
     //
     scalarValueCondition1.ColumnNumber  = 1;
     scalarValueCondition1.Enabled       = true;
     scalarValueCondition1.ExpectedValue = "John";
     scalarValueCondition1.Name          = "scalarValueCondition1";
     scalarValueCondition1.NullExpected  = false;
     scalarValueCondition1.ResultSet     = 1;
     scalarValueCondition1.RowNumber     = 1;
     //
     // scalarValueCondition2
     //
     scalarValueCondition2.ColumnNumber  = 2;
     scalarValueCondition2.Enabled       = true;
     scalarValueCondition2.ExpectedValue = "Beaver";
     scalarValueCondition2.Name          = "scalarValueCondition2";
     scalarValueCondition2.NullExpected  = false;
     scalarValueCondition2.ResultSet     = 1;
     scalarValueCondition2.RowNumber     = 1;
     //
     // executionTimeCondition1
     //
     executionTimeCondition1.Enabled       = true;
     executionTimeCondition1.ExecutionTime = System.TimeSpan.Parse("00:00:50");
     executionTimeCondition1.Name          = "executionTimeCondition1";
     //
     // dbo_CustomerInvalidParamsReturns0Rows_TestAction
     //
     dbo_CustomerInvalidParamsReturns0Rows_TestAction.Conditions.Add(rowCountCondition2);
     resources.ApplyResources(dbo_CustomerInvalidParamsReturns0Rows_TestAction, "dbo_CustomerInvalidParamsReturns0Rows_TestAction");
     //
     // rowCountCondition2
     //
     rowCountCondition2.Enabled   = true;
     rowCountCondition2.Name      = "rowCountCondition2";
     rowCountCondition2.ResultSet = 1;
     rowCountCondition2.RowCount  = 0;
     //
     // dbo_CustomerNullParamReturns0Rows_TestAction
     //
     dbo_CustomerNullParamReturns0Rows_TestAction.Conditions.Add(rowCountCondition3);
     resources.ApplyResources(dbo_CustomerNullParamReturns0Rows_TestAction, "dbo_CustomerNullParamReturns0Rows_TestAction");
     //
     // rowCountCondition3
     //
     rowCountCondition3.Enabled   = true;
     rowCountCondition3.Name      = "rowCountCondition3";
     rowCountCondition3.ResultSet = 1;
     rowCountCondition3.RowCount  = 0;
     //
     // dbo_CustomerTestData
     //
     this.dbo_CustomerTestData.PosttestAction = null;
     this.dbo_CustomerTestData.PretestAction  = null;
     this.dbo_CustomerTestData.TestAction     = dbo_CustomerTest_TestAction;
     //
     // dbo_CustomerInvalidParamsReturns0RowsData
     //
     this.dbo_CustomerInvalidParamsReturns0RowsData.PosttestAction = null;
     this.dbo_CustomerInvalidParamsReturns0RowsData.PretestAction  = null;
     this.dbo_CustomerInvalidParamsReturns0RowsData.TestAction     = dbo_CustomerInvalidParamsReturns0Rows_TestAction;
     //
     // dbo_CustomerNullParamReturns0RowsData
     //
     this.dbo_CustomerNullParamReturns0RowsData.PosttestAction = null;
     this.dbo_CustomerNullParamReturns0RowsData.PretestAction  = null;
     this.dbo_CustomerNullParamReturns0RowsData.TestAction     = dbo_CustomerNullParamReturns0Rows_TestAction;
     //
     // dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCountData
     //
     this.dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCountData.PosttestAction = null;
     this.dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCountData.PretestAction  = null;
     this.dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCountData.TestAction     = dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCount_TestAction;
     //
     // dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCount_TestAction
     //
     dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCount_TestAction.Conditions.Add(rowCountCondition4);
     resources.ApplyResources(dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCount_TestAction, "dbo_CustomerFirstNameNVarChar50ReturnsCorrectRowCount_TestAction");
     //
     // rowCountCondition4
     //
     rowCountCondition4.Enabled   = true;
     rowCountCondition4.Name      = "rowCountCondition4";
     rowCountCondition4.ResultSet = 1;
     rowCountCondition4.RowCount  = 1;
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetAllTeamFixturesAndDifficultyTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetAllTeamUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetAllTeamFixturesAndDifficultyRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetAllTeamsUpcomingAverageDifficultyRowCountCondition;
     this.dbo_GetAllTeamFixturesAndDifficultyTestData               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetAllTeamsUpcomingAverageDifficultyTestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetAllTeamFixturesAndDifficultyTest_TestAction             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetAllTeamFixturesAndDifficultyRowCountCondition               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetAllTeamsUpcomingAverageDifficultyRowCountCondition          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     //
     // dbo_GetAllTeamFixturesAndDifficultyTest_TestAction
     //
     dbo_GetAllTeamFixturesAndDifficultyTest_TestAction.Conditions.Add(GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition);
     dbo_GetAllTeamFixturesAndDifficultyTest_TestAction.Conditions.Add(GetAllTeamFixturesAndDifficultyRowCountCondition);
     resources.ApplyResources(dbo_GetAllTeamFixturesAndDifficultyTest_TestAction, "dbo_GetAllTeamFixturesAndDifficultyTest_TestAction");
     //
     // GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition
     //
     GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition.Enabled   = true;
     GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition.Name      = "GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition";
     GetAllTeamFixturesAndDifficultyNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetAllTeamFixturesAndDifficultyRowCountCondition
     //
     GetAllTeamFixturesAndDifficultyRowCountCondition.Enabled   = true;
     GetAllTeamFixturesAndDifficultyRowCountCondition.Name      = "GetAllTeamFixturesAndDifficultyRowCountCondition";
     GetAllTeamFixturesAndDifficultyRowCountCondition.ResultSet = 1;
     GetAllTeamFixturesAndDifficultyRowCountCondition.RowCount  = 20;
     //
     // dbo_GetAllTeamFixturesAndDifficultyTestData
     //
     this.dbo_GetAllTeamFixturesAndDifficultyTestData.PosttestAction = null;
     this.dbo_GetAllTeamFixturesAndDifficultyTestData.PretestAction  = null;
     this.dbo_GetAllTeamFixturesAndDifficultyTestData.TestAction     = dbo_GetAllTeamFixturesAndDifficultyTest_TestAction;
     //
     // dbo_GetAllTeamsUpcomingAverageDifficultyTestData
     //
     this.dbo_GetAllTeamsUpcomingAverageDifficultyTestData.PosttestAction = null;
     this.dbo_GetAllTeamsUpcomingAverageDifficultyTestData.PretestAction  = null;
     this.dbo_GetAllTeamsUpcomingAverageDifficultyTestData.TestAction     = dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction;
     //
     // dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction
     //
     dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction.Conditions.Add(GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition);
     dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction.Conditions.Add(GetAllTeamsUpcomingAverageDifficultyRowCountCondition);
     resources.ApplyResources(dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction, "dbo_GetAllTeamsUpcomingAverageDifficultyTest_TestAction");
     //
     // GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition
     //
     GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition.Enabled   = true;
     GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition.Name      = "GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition";
     GetAllTeamsUpcomingAverageDifficultyNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetAllTeamsUpcomingAverageDifficultyRowCountCondition
     //
     GetAllTeamsUpcomingAverageDifficultyRowCountCondition.Enabled   = true;
     GetAllTeamsUpcomingAverageDifficultyRowCountCondition.Name      = "GetAllTeamsUpcomingAverageDifficultyRowCountCondition";
     GetAllTeamsUpcomingAverageDifficultyRowCountCondition.ResultSet = 1;
     GetAllTeamsUpcomingAverageDifficultyRowCountCondition.RowCount  = 20;
 }
Exemplo n.º 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction RandomTests_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MiscTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       Random1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       Random2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       Random3;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 GeneratePasswordTests_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GeneratePasswordHasData;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 IsPrimeAndCubeRootTests_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          IsPrimeAndCubeRootChecksum;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 ConversionTests_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       DecimalToBinary;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       DecimalToHex;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       HexToDecimal;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       HexToBinary;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       BinaryToDecimal;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       BinaryToHex;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       DecimalToBinaryNullValue;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       DecimalToHexNullValue;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       HexToDecimalNullValue;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       HexToBinaryNullValue;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       BinaryToDecimalNullValue;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       BinaryToHexNullValue;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 IsNumericTests_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          IsNumericChecksum;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 LuhnTests_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          LuhnValidationCheckSum;
     this.RandomTestsData             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.GeneratePasswordTestsData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.IsPrimeAndCubeRootTestsData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.ConversionTestsData         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.IsNumericTestsData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.LuhnTestsData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     RandomTests_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     Random1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     Random2 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     Random3 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     GeneratePasswordTests_TestAction   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GeneratePasswordHasData            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     IsPrimeAndCubeRootTests_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     IsPrimeAndCubeRootChecksum         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     ConversionTests_TestAction         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     DecimalToBinary           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     DecimalToHex              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     HexToDecimal              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     HexToBinary               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     BinaryToDecimal           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     BinaryToHex               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     DecimalToBinaryNullValue  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     DecimalToHexNullValue     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     HexToDecimalNullValue     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     HexToBinaryNullValue      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     BinaryToDecimalNullValue  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     BinaryToHexNullValue      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     IsNumericTests_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     IsNumericChecksum         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     LuhnTests_TestAction      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     LuhnValidationCheckSum    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     //
     // RandomTests_TestAction
     //
     RandomTests_TestAction.Conditions.Add(Random1);
     RandomTests_TestAction.Conditions.Add(Random2);
     RandomTests_TestAction.Conditions.Add(Random3);
     resources.ApplyResources(RandomTests_TestAction, "RandomTests_TestAction");
     //
     // Random1
     //
     Random1.ColumnNumber  = 1;
     Random1.Enabled       = true;
     Random1.ExpectedValue = "Success";
     Random1.Name          = "Random1";
     Random1.NullExpected  = false;
     Random1.ResultSet     = 1;
     Random1.RowNumber     = 1;
     //
     // Random2
     //
     Random2.ColumnNumber  = 2;
     Random2.Enabled       = true;
     Random2.ExpectedValue = "Success";
     Random2.Name          = "Random2";
     Random2.NullExpected  = false;
     Random2.ResultSet     = 1;
     Random2.RowNumber     = 1;
     //
     // Random3
     //
     Random3.ColumnNumber  = 1;
     Random3.Enabled       = true;
     Random3.ExpectedValue = "668";
     Random3.Name          = "Random3";
     Random3.NullExpected  = false;
     Random3.ResultSet     = 2;
     Random3.RowNumber     = 1;
     //
     // GeneratePasswordTests_TestAction
     //
     GeneratePasswordTests_TestAction.Conditions.Add(GeneratePasswordHasData);
     resources.ApplyResources(GeneratePasswordTests_TestAction, "GeneratePasswordTests_TestAction");
     //
     // GeneratePasswordHasData
     //
     GeneratePasswordHasData.Enabled   = true;
     GeneratePasswordHasData.Name      = "GeneratePasswordHasData";
     GeneratePasswordHasData.ResultSet = 1;
     //
     // IsPrimeAndCubeRootTests_TestAction
     //
     IsPrimeAndCubeRootTests_TestAction.Conditions.Add(IsPrimeAndCubeRootChecksum);
     resources.ApplyResources(IsPrimeAndCubeRootTests_TestAction, "IsPrimeAndCubeRootTests_TestAction");
     //
     // IsPrimeAndCubeRootChecksum
     //
     IsPrimeAndCubeRootChecksum.Checksum = "603366486";
     IsPrimeAndCubeRootChecksum.Enabled  = true;
     IsPrimeAndCubeRootChecksum.Name     = "IsPrimeAndCubeRootChecksum";
     //
     // ConversionTests_TestAction
     //
     ConversionTests_TestAction.Conditions.Add(DecimalToBinary);
     ConversionTests_TestAction.Conditions.Add(DecimalToHex);
     ConversionTests_TestAction.Conditions.Add(HexToDecimal);
     ConversionTests_TestAction.Conditions.Add(HexToBinary);
     ConversionTests_TestAction.Conditions.Add(BinaryToDecimal);
     ConversionTests_TestAction.Conditions.Add(BinaryToHex);
     ConversionTests_TestAction.Conditions.Add(DecimalToBinaryNullValue);
     ConversionTests_TestAction.Conditions.Add(DecimalToHexNullValue);
     ConversionTests_TestAction.Conditions.Add(HexToDecimalNullValue);
     ConversionTests_TestAction.Conditions.Add(HexToBinaryNullValue);
     ConversionTests_TestAction.Conditions.Add(BinaryToDecimalNullValue);
     ConversionTests_TestAction.Conditions.Add(BinaryToHexNullValue);
     resources.ApplyResources(ConversionTests_TestAction, "ConversionTests_TestAction");
     //
     // DecimalToBinary
     //
     DecimalToBinary.ColumnNumber  = 1;
     DecimalToBinary.Enabled       = true;
     DecimalToBinary.ExpectedValue = "100001000101111111101101";
     DecimalToBinary.Name          = "DecimalToBinary";
     DecimalToBinary.NullExpected  = false;
     DecimalToBinary.ResultSet     = 1;
     DecimalToBinary.RowNumber     = 1;
     //
     // DecimalToHex
     //
     DecimalToHex.ColumnNumber  = 2;
     DecimalToHex.Enabled       = true;
     DecimalToHex.ExpectedValue = "845FED";
     DecimalToHex.Name          = "DecimalToHex";
     DecimalToHex.NullExpected  = false;
     DecimalToHex.ResultSet     = 1;
     DecimalToHex.RowNumber     = 1;
     //
     // HexToDecimal
     //
     HexToDecimal.ColumnNumber  = 3;
     HexToDecimal.Enabled       = true;
     HexToDecimal.ExpectedValue = "8675309";
     HexToDecimal.Name          = "HexToDecimal";
     HexToDecimal.NullExpected  = false;
     HexToDecimal.ResultSet     = 1;
     HexToDecimal.RowNumber     = 1;
     //
     // HexToBinary
     //
     HexToBinary.ColumnNumber  = 4;
     HexToBinary.Enabled       = true;
     HexToBinary.ExpectedValue = "100001000101111111101101";
     HexToBinary.Name          = "HexToBinary";
     HexToBinary.NullExpected  = false;
     HexToBinary.ResultSet     = 1;
     HexToBinary.RowNumber     = 1;
     //
     // BinaryToDecimal
     //
     BinaryToDecimal.ColumnNumber  = 5;
     BinaryToDecimal.Enabled       = true;
     BinaryToDecimal.ExpectedValue = "8675309";
     BinaryToDecimal.Name          = "BinaryToDecimal";
     BinaryToDecimal.NullExpected  = false;
     BinaryToDecimal.ResultSet     = 1;
     BinaryToDecimal.RowNumber     = 1;
     //
     // BinaryToHex
     //
     BinaryToHex.ColumnNumber  = 6;
     BinaryToHex.Enabled       = true;
     BinaryToHex.ExpectedValue = "845FED";
     BinaryToHex.Name          = "BinaryToHex";
     BinaryToHex.NullExpected  = false;
     BinaryToHex.ResultSet     = 1;
     BinaryToHex.RowNumber     = 1;
     //
     // DecimalToBinaryNullValue
     //
     DecimalToBinaryNullValue.ColumnNumber  = 1;
     DecimalToBinaryNullValue.Enabled       = true;
     DecimalToBinaryNullValue.ExpectedValue = null;
     DecimalToBinaryNullValue.Name          = "DecimalToBinaryNullValue";
     DecimalToBinaryNullValue.NullExpected  = true;
     DecimalToBinaryNullValue.ResultSet     = 2;
     DecimalToBinaryNullValue.RowNumber     = 1;
     //
     // DecimalToHexNullValue
     //
     DecimalToHexNullValue.ColumnNumber  = 2;
     DecimalToHexNullValue.Enabled       = true;
     DecimalToHexNullValue.ExpectedValue = null;
     DecimalToHexNullValue.Name          = "DecimalToHexNullValue";
     DecimalToHexNullValue.NullExpected  = true;
     DecimalToHexNullValue.ResultSet     = 2;
     DecimalToHexNullValue.RowNumber     = 1;
     //
     // HexToDecimalNullValue
     //
     HexToDecimalNullValue.ColumnNumber  = 3;
     HexToDecimalNullValue.Enabled       = true;
     HexToDecimalNullValue.ExpectedValue = null;
     HexToDecimalNullValue.Name          = "HexToDecimalNullValue";
     HexToDecimalNullValue.NullExpected  = true;
     HexToDecimalNullValue.ResultSet     = 2;
     HexToDecimalNullValue.RowNumber     = 1;
     //
     // HexToBinaryNullValue
     //
     HexToBinaryNullValue.ColumnNumber  = 4;
     HexToBinaryNullValue.Enabled       = true;
     HexToBinaryNullValue.ExpectedValue = null;
     HexToBinaryNullValue.Name          = "HexToBinaryNullValue";
     HexToBinaryNullValue.NullExpected  = true;
     HexToBinaryNullValue.ResultSet     = 2;
     HexToBinaryNullValue.RowNumber     = 1;
     //
     // BinaryToDecimalNullValue
     //
     BinaryToDecimalNullValue.ColumnNumber  = 5;
     BinaryToDecimalNullValue.Enabled       = true;
     BinaryToDecimalNullValue.ExpectedValue = null;
     BinaryToDecimalNullValue.Name          = "BinaryToDecimalNullValue";
     BinaryToDecimalNullValue.NullExpected  = true;
     BinaryToDecimalNullValue.ResultSet     = 2;
     BinaryToDecimalNullValue.RowNumber     = 1;
     //
     // BinaryToHexNullValue
     //
     BinaryToHexNullValue.ColumnNumber  = 6;
     BinaryToHexNullValue.Enabled       = true;
     BinaryToHexNullValue.ExpectedValue = null;
     BinaryToHexNullValue.Name          = "BinaryToHexNullValue";
     BinaryToHexNullValue.NullExpected  = true;
     BinaryToHexNullValue.ResultSet     = 2;
     BinaryToHexNullValue.RowNumber     = 1;
     //
     // IsNumericTests_TestAction
     //
     IsNumericTests_TestAction.Conditions.Add(IsNumericChecksum);
     resources.ApplyResources(IsNumericTests_TestAction, "IsNumericTests_TestAction");
     //
     // IsNumericChecksum
     //
     IsNumericChecksum.Checksum = "603943827";
     IsNumericChecksum.Enabled  = true;
     IsNumericChecksum.Name     = "IsNumericChecksum";
     //
     // LuhnTests_TestAction
     //
     LuhnTests_TestAction.Conditions.Add(LuhnValidationCheckSum);
     resources.ApplyResources(LuhnTests_TestAction, "LuhnTests_TestAction");
     //
     // LuhnValidationCheckSum
     //
     LuhnValidationCheckSum.Checksum = "249993599";
     LuhnValidationCheckSum.Enabled  = true;
     LuhnValidationCheckSum.Name     = "LuhnValidationCheckSum";
     //
     // RandomTestsData
     //
     this.RandomTestsData.PosttestAction = null;
     this.RandomTestsData.PretestAction  = null;
     this.RandomTestsData.TestAction     = RandomTests_TestAction;
     //
     // GeneratePasswordTestsData
     //
     this.GeneratePasswordTestsData.PosttestAction = null;
     this.GeneratePasswordTestsData.PretestAction  = null;
     this.GeneratePasswordTestsData.TestAction     = GeneratePasswordTests_TestAction;
     //
     // IsPrimeAndCubeRootTestsData
     //
     this.IsPrimeAndCubeRootTestsData.PosttestAction = null;
     this.IsPrimeAndCubeRootTestsData.PretestAction  = null;
     this.IsPrimeAndCubeRootTestsData.TestAction     = IsPrimeAndCubeRootTests_TestAction;
     //
     // ConversionTestsData
     //
     this.ConversionTestsData.PosttestAction = null;
     this.ConversionTestsData.PretestAction  = null;
     this.ConversionTestsData.TestAction     = ConversionTests_TestAction;
     //
     // IsNumericTestsData
     //
     this.IsNumericTestsData.PosttestAction = null;
     this.IsNumericTestsData.PretestAction  = null;
     this.IsNumericTestsData.TestAction     = IsNumericTests_TestAction;
     //
     // LuhnTestsData
     //
     this.LuhnTestsData.PosttestAction = null;
     this.LuhnTestsData.PretestAction  = null;
     this.LuhnTestsData.TestAction     = LuhnTests_TestAction;
 }
Exemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_usp_DeleteRoleTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SqlServerUnitTest_SSO));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_usp_InsertLoginTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_usp_InsertRoleTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_usp_UpdateLoginTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_usp_UpdateRoleTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_usp_DeleteRoleTest_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition emptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition       checksumCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_usp_InsertLoginTest_PosttestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_usp_InsertLoginTest_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition3;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumCondition2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_usp_InsertRoleTest_PosttestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition       scalarValueCondition4;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_usp_UpdateLoginTest_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumCondition3;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_usp_UpdateLoginTest_PosttestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_usp_UpdateRoleTest_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition2;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition          checksumCondition4;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction                 dbo_usp_UpdateRoleTest_PosttestAction;
     this.dbo_usp_DeleteRoleTestData      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_usp_InsertLoginTestData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_usp_InsertRoleTestData      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_usp_UpdateLoginTestData     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_usp_UpdateRoleTestData      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_usp_DeleteRoleTest_TestAction    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_usp_InsertLoginTest_TestAction   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_usp_InsertRoleTest_TestAction    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_usp_UpdateLoginTest_TestAction   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_usp_UpdateRoleTest_TestAction    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_usp_DeleteRoleTest_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     emptyResultSetCondition1             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition();
     checksumCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     dbo_usp_InsertLoginTest_PosttestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     scalarValueCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     dbo_usp_InsertLoginTest_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     scalarValueCondition2 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     scalarValueCondition3 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     checksumCondition2    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     dbo_usp_InsertRoleTest_PosttestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     scalarValueCondition4 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ScalarValueCondition();
     dbo_usp_UpdateLoginTest_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     checksumCondition3 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     dbo_usp_UpdateLoginTest_PosttestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_usp_UpdateRoleTest_PretestAction   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition2            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     checksumCondition4 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ChecksumCondition();
     dbo_usp_UpdateRoleTest_PosttestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     //
     // dbo_usp_DeleteRoleTest_TestAction
     //
     dbo_usp_DeleteRoleTest_TestAction.Conditions.Add(emptyResultSetCondition1);
     resources.ApplyResources(dbo_usp_DeleteRoleTest_TestAction, "dbo_usp_DeleteRoleTest_TestAction");
     //
     // dbo_usp_InsertLoginTest_TestAction
     //
     dbo_usp_InsertLoginTest_TestAction.Conditions.Add(checksumCondition1);
     resources.ApplyResources(dbo_usp_InsertLoginTest_TestAction, "dbo_usp_InsertLoginTest_TestAction");
     //
     // dbo_usp_InsertRoleTest_TestAction
     //
     dbo_usp_InsertRoleTest_TestAction.Conditions.Add(checksumCondition2);
     resources.ApplyResources(dbo_usp_InsertRoleTest_TestAction, "dbo_usp_InsertRoleTest_TestAction");
     //
     // dbo_usp_UpdateLoginTest_TestAction
     //
     dbo_usp_UpdateLoginTest_TestAction.Conditions.Add(checksumCondition3);
     resources.ApplyResources(dbo_usp_UpdateLoginTest_TestAction, "dbo_usp_UpdateLoginTest_TestAction");
     //
     // dbo_usp_UpdateRoleTest_TestAction
     //
     dbo_usp_UpdateRoleTest_TestAction.Conditions.Add(checksumCondition4);
     resources.ApplyResources(dbo_usp_UpdateRoleTest_TestAction, "dbo_usp_UpdateRoleTest_TestAction");
     //
     // dbo_usp_DeleteRoleTestData
     //
     this.dbo_usp_DeleteRoleTestData.PosttestAction = null;
     this.dbo_usp_DeleteRoleTestData.PretestAction  = dbo_usp_DeleteRoleTest_PretestAction;
     this.dbo_usp_DeleteRoleTestData.TestAction     = dbo_usp_DeleteRoleTest_TestAction;
     //
     // dbo_usp_InsertLoginTestData
     //
     this.dbo_usp_InsertLoginTestData.PosttestAction = dbo_usp_InsertLoginTest_PosttestAction;
     this.dbo_usp_InsertLoginTestData.PretestAction  = dbo_usp_InsertLoginTest_PretestAction;
     this.dbo_usp_InsertLoginTestData.TestAction     = dbo_usp_InsertLoginTest_TestAction;
     //
     // dbo_usp_InsertRoleTestData
     //
     this.dbo_usp_InsertRoleTestData.PosttestAction = dbo_usp_InsertRoleTest_PosttestAction;
     this.dbo_usp_InsertRoleTestData.PretestAction  = null;
     this.dbo_usp_InsertRoleTestData.TestAction     = dbo_usp_InsertRoleTest_TestAction;
     //
     // dbo_usp_UpdateLoginTestData
     //
     this.dbo_usp_UpdateLoginTestData.PosttestAction = dbo_usp_UpdateLoginTest_PosttestAction;
     this.dbo_usp_UpdateLoginTestData.PretestAction  = dbo_usp_UpdateLoginTest_PretestAction;
     this.dbo_usp_UpdateLoginTestData.TestAction     = dbo_usp_UpdateLoginTest_TestAction;
     //
     // dbo_usp_UpdateRoleTestData
     //
     this.dbo_usp_UpdateRoleTestData.PosttestAction = dbo_usp_UpdateRoleTest_PosttestAction;
     this.dbo_usp_UpdateRoleTestData.PretestAction  = dbo_usp_UpdateRoleTest_PretestAction;
     this.dbo_usp_UpdateRoleTestData.TestAction     = dbo_usp_UpdateRoleTest_TestAction;
     //
     // dbo_usp_DeleteRoleTest_PretestAction
     //
     resources.ApplyResources(dbo_usp_DeleteRoleTest_PretestAction, "dbo_usp_DeleteRoleTest_PretestAction");
     //
     // emptyResultSetCondition1
     //
     emptyResultSetCondition1.Enabled   = true;
     emptyResultSetCondition1.Name      = "emptyResultSetCondition1";
     emptyResultSetCondition1.ResultSet = 1;
     //
     // checksumCondition1
     //
     checksumCondition1.Checksum = "-456507280";
     checksumCondition1.Enabled  = true;
     checksumCondition1.Name     = "checksumCondition1";
     //
     // dbo_usp_InsertLoginTest_PosttestAction
     //
     dbo_usp_InsertLoginTest_PosttestAction.Conditions.Add(scalarValueCondition1);
     dbo_usp_InsertLoginTest_PosttestAction.Conditions.Add(scalarValueCondition3);
     resources.ApplyResources(dbo_usp_InsertLoginTest_PosttestAction, "dbo_usp_InsertLoginTest_PosttestAction");
     //
     // scalarValueCondition1
     //
     scalarValueCondition1.ColumnNumber  = 1;
     scalarValueCondition1.Enabled       = true;
     scalarValueCondition1.ExpectedValue = "1";
     scalarValueCondition1.Name          = "scalarValueCondition1";
     scalarValueCondition1.NullExpected  = false;
     scalarValueCondition1.ResultSet     = 1;
     scalarValueCondition1.RowNumber     = 1;
     //
     // dbo_usp_InsertLoginTest_PretestAction
     //
     dbo_usp_InsertLoginTest_PretestAction.Conditions.Add(scalarValueCondition2);
     resources.ApplyResources(dbo_usp_InsertLoginTest_PretestAction, "dbo_usp_InsertLoginTest_PretestAction");
     //
     // scalarValueCondition2
     //
     scalarValueCondition2.ColumnNumber  = 1;
     scalarValueCondition2.Enabled       = true;
     scalarValueCondition2.ExpectedValue = "9BC84DC5-9342-4232-A66D-6D374EA2BB94";
     scalarValueCondition2.Name          = "scalarValueCondition2";
     scalarValueCondition2.NullExpected  = false;
     scalarValueCondition2.ResultSet     = 1;
     scalarValueCondition2.RowNumber     = 1;
     //
     // scalarValueCondition3
     //
     scalarValueCondition3.ColumnNumber  = 1;
     scalarValueCondition3.Enabled       = true;
     scalarValueCondition3.ExpectedValue = "1";
     scalarValueCondition3.Name          = "scalarValueCondition3";
     scalarValueCondition3.NullExpected  = false;
     scalarValueCondition3.ResultSet     = 2;
     scalarValueCondition3.RowNumber     = 1;
     //
     // checksumCondition2
     //
     checksumCondition2.Checksum = "614096374";
     checksumCondition2.Enabled  = true;
     checksumCondition2.Name     = "checksumCondition2";
     //
     // dbo_usp_InsertRoleTest_PosttestAction
     //
     dbo_usp_InsertRoleTest_PosttestAction.Conditions.Add(scalarValueCondition4);
     resources.ApplyResources(dbo_usp_InsertRoleTest_PosttestAction, "dbo_usp_InsertRoleTest_PosttestAction");
     //
     // scalarValueCondition4
     //
     scalarValueCondition4.ColumnNumber  = 1;
     scalarValueCondition4.Enabled       = true;
     scalarValueCondition4.ExpectedValue = "1";
     scalarValueCondition4.Name          = "scalarValueCondition4";
     scalarValueCondition4.NullExpected  = false;
     scalarValueCondition4.ResultSet     = 1;
     scalarValueCondition4.RowNumber     = 1;
     //
     // dbo_usp_UpdateLoginTest_PretestAction
     //
     dbo_usp_UpdateLoginTest_PretestAction.Conditions.Add(notEmptyResultSetCondition1);
     resources.ApplyResources(dbo_usp_UpdateLoginTest_PretestAction, "dbo_usp_UpdateLoginTest_PretestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // checksumCondition3
     //
     checksumCondition3.Checksum = "-1457382971";
     checksumCondition3.Enabled  = true;
     checksumCondition3.Name     = "checksumCondition3";
     //
     // dbo_usp_UpdateLoginTest_PosttestAction
     //
     resources.ApplyResources(dbo_usp_UpdateLoginTest_PosttestAction, "dbo_usp_UpdateLoginTest_PosttestAction");
     //
     // dbo_usp_UpdateRoleTest_PretestAction
     //
     dbo_usp_UpdateRoleTest_PretestAction.Conditions.Add(notEmptyResultSetCondition2);
     resources.ApplyResources(dbo_usp_UpdateRoleTest_PretestAction, "dbo_usp_UpdateRoleTest_PretestAction");
     //
     // notEmptyResultSetCondition2
     //
     notEmptyResultSetCondition2.Enabled   = true;
     notEmptyResultSetCondition2.Name      = "notEmptyResultSetCondition2";
     notEmptyResultSetCondition2.ResultSet = 1;
     //
     // checksumCondition4
     //
     checksumCondition4.Checksum = "-1883918214";
     checksumCondition4.Enabled  = true;
     checksumCondition4.Name     = "checksumCondition4";
     //
     // dbo_usp_UpdateRoleTest_PosttestAction
     //
     resources.ApplyResources(dbo_usp_UpdateRoleTest_PosttestAction, "dbo_usp_UpdateRoleTest_PosttestAction");
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_create_RecommendShirtColorTest_Basic_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(sp_create_RecommendShirtColor_UnitTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_create_RecommendShirtColorTest_RowCount_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition rowCountCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_create_RecommendShirtColorTest_RowCount_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_create_RecommendShirtColorTest_Basic_PretestAction;
     this.sp_create_RecommendShirtColorTest_BasicData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.sp_create_RecommendShirtColorTest_RowCountData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     sp_create_RecommendShirtColorTest_Basic_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     sp_create_RecommendShirtColorTest_RowCount_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     sp_create_RecommendShirtColorTest_RowCount_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     sp_create_RecommendShirtColorTest_Basic_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     //
     // sp_create_RecommendShirtColorTest_Basic_TestAction
     //
     sp_create_RecommendShirtColorTest_Basic_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     resources.ApplyResources(sp_create_RecommendShirtColorTest_Basic_TestAction, "sp_create_RecommendShirtColorTest_Basic_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled = true;
     notEmptyResultSetCondition1.Name = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // sp_create_RecommendShirtColorTest_RowCount_TestAction
     //
     sp_create_RecommendShirtColorTest_RowCount_TestAction.Conditions.Add(rowCountCondition1);
     resources.ApplyResources(sp_create_RecommendShirtColorTest_RowCount_TestAction, "sp_create_RecommendShirtColorTest_RowCount_TestAction");
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled = true;
     rowCountCondition1.Name = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount = 1;
     //
     // sp_create_RecommendShirtColorTest_RowCount_PretestAction
     //
     resources.ApplyResources(sp_create_RecommendShirtColorTest_RowCount_PretestAction, "sp_create_RecommendShirtColorTest_RowCount_PretestAction");
     //
     // sp_create_RecommendShirtColorTest_Basic_PretestAction
     //
     resources.ApplyResources(sp_create_RecommendShirtColorTest_Basic_PretestAction, "sp_create_RecommendShirtColorTest_Basic_PretestAction");
     //
     // sp_create_RecommendShirtColorTest_BasicData
     //
     this.sp_create_RecommendShirtColorTest_BasicData.PosttestAction = null;
     this.sp_create_RecommendShirtColorTest_BasicData.PretestAction = sp_create_RecommendShirtColorTest_Basic_PretestAction;
     this.sp_create_RecommendShirtColorTest_BasicData.TestAction = sp_create_RecommendShirtColorTest_Basic_TestAction;
     //
     // sp_create_RecommendShirtColorTest_RowCountData
     //
     this.sp_create_RecommendShirtColorTest_RowCountData.PosttestAction = null;
     this.sp_create_RecommendShirtColorTest_RowCountData.PretestAction = sp_create_RecommendShirtColorTest_RowCount_PretestAction;
     this.sp_create_RecommendShirtColorTest_RowCountData.TestAction = sp_create_RecommendShirtColorTest_RowCount_TestAction;
 }
Exemplo n.º 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CategoryInsert_Bikes_NotEmpty_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuctionTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExecutionTimeCondition     executionTimeCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CategoryInsert_Bikes_NotEmpty_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CategoryInsert_Duplicate_Fails_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction CategoryInsert_Duplicate_Fails_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction testInitializeAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction uspCategoryDelete_Test_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction uspCategoryInsert_Test_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction uspCategorySelect_Test_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction uspListingDelete_Test_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction uspListingInsert_Test_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction uspListingSelect_Test_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction uspListingUpdate_Test_TestAction;
     this.CategoryInsert_Bikes_NotEmptyData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.CategoryInsert_Duplicate_FailsData  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.uspCategoryDelete_TestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.uspCategoryInsert_TestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.uspCategorySelect_TestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.uspListingDelete_TestData           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.uspListingInsert_TestData           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.uspListingSelect_TestData           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.uspListingUpdate_TestData           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     CategoryInsert_Bikes_NotEmpty_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     executionTimeCondition1     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExecutionTimeCondition();
     CategoryInsert_Bikes_NotEmpty_PretestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     CategoryInsert_Duplicate_Fails_TestAction    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     CategoryInsert_Duplicate_Fails_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     testInitializeAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     uspCategoryDelete_Test_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     uspCategoryInsert_Test_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     uspCategorySelect_Test_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     uspListingDelete_Test_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     uspListingInsert_Test_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     uspListingSelect_Test_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     uspListingUpdate_Test_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     //
     // CategoryInsert_Bikes_NotEmpty_TestAction
     //
     CategoryInsert_Bikes_NotEmpty_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     CategoryInsert_Bikes_NotEmpty_TestAction.Conditions.Add(executionTimeCondition1);
     resources.ApplyResources(CategoryInsert_Bikes_NotEmpty_TestAction, "CategoryInsert_Bikes_NotEmpty_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // executionTimeCondition1
     //
     executionTimeCondition1.Enabled       = true;
     executionTimeCondition1.ExecutionTime = System.TimeSpan.Parse("00:00:05");
     executionTimeCondition1.Name          = "executionTimeCondition1";
     //
     // CategoryInsert_Bikes_NotEmpty_PretestAction
     //
     resources.ApplyResources(CategoryInsert_Bikes_NotEmpty_PretestAction, "CategoryInsert_Bikes_NotEmpty_PretestAction");
     //
     // CategoryInsert_Duplicate_Fails_TestAction
     //
     resources.ApplyResources(CategoryInsert_Duplicate_Fails_TestAction, "CategoryInsert_Duplicate_Fails_TestAction");
     //
     // CategoryInsert_Duplicate_Fails_PretestAction
     //
     resources.ApplyResources(CategoryInsert_Duplicate_Fails_PretestAction, "CategoryInsert_Duplicate_Fails_PretestAction");
     //
     // testInitializeAction
     //
     resources.ApplyResources(testInitializeAction, "testInitializeAction");
     //
     // CategoryInsert_Bikes_NotEmptyData
     //
     this.CategoryInsert_Bikes_NotEmptyData.PosttestAction = null;
     this.CategoryInsert_Bikes_NotEmptyData.PretestAction  = CategoryInsert_Bikes_NotEmpty_PretestAction;
     this.CategoryInsert_Bikes_NotEmptyData.TestAction     = CategoryInsert_Bikes_NotEmpty_TestAction;
     //
     // CategoryInsert_Duplicate_FailsData
     //
     this.CategoryInsert_Duplicate_FailsData.PosttestAction = null;
     this.CategoryInsert_Duplicate_FailsData.PretestAction  = CategoryInsert_Duplicate_Fails_PretestAction;
     this.CategoryInsert_Duplicate_FailsData.TestAction     = CategoryInsert_Duplicate_Fails_TestAction;
     //
     // uspCategoryDelete_TestData
     //
     this.uspCategoryDelete_TestData.PosttestAction = null;
     this.uspCategoryDelete_TestData.PretestAction  = null;
     this.uspCategoryDelete_TestData.TestAction     = uspCategoryDelete_Test_TestAction;
     //
     // uspCategoryDelete_Test_TestAction
     //
     resources.ApplyResources(uspCategoryDelete_Test_TestAction, "uspCategoryDelete_Test_TestAction");
     //
     // uspCategoryInsert_TestData
     //
     this.uspCategoryInsert_TestData.PosttestAction = null;
     this.uspCategoryInsert_TestData.PretestAction  = null;
     this.uspCategoryInsert_TestData.TestAction     = uspCategoryInsert_Test_TestAction;
     //
     // uspCategoryInsert_Test_TestAction
     //
     resources.ApplyResources(uspCategoryInsert_Test_TestAction, "uspCategoryInsert_Test_TestAction");
     //
     // uspCategorySelect_TestData
     //
     this.uspCategorySelect_TestData.PosttestAction = null;
     this.uspCategorySelect_TestData.PretestAction  = null;
     this.uspCategorySelect_TestData.TestAction     = uspCategorySelect_Test_TestAction;
     //
     // uspCategorySelect_Test_TestAction
     //
     resources.ApplyResources(uspCategorySelect_Test_TestAction, "uspCategorySelect_Test_TestAction");
     //
     // uspListingDelete_TestData
     //
     this.uspListingDelete_TestData.PosttestAction = null;
     this.uspListingDelete_TestData.PretestAction  = null;
     this.uspListingDelete_TestData.TestAction     = uspListingDelete_Test_TestAction;
     //
     // uspListingDelete_Test_TestAction
     //
     resources.ApplyResources(uspListingDelete_Test_TestAction, "uspListingDelete_Test_TestAction");
     //
     // uspListingInsert_TestData
     //
     this.uspListingInsert_TestData.PosttestAction = null;
     this.uspListingInsert_TestData.PretestAction  = null;
     this.uspListingInsert_TestData.TestAction     = uspListingInsert_Test_TestAction;
     //
     // uspListingInsert_Test_TestAction
     //
     resources.ApplyResources(uspListingInsert_Test_TestAction, "uspListingInsert_Test_TestAction");
     //
     // uspListingSelect_TestData
     //
     this.uspListingSelect_TestData.PosttestAction = null;
     this.uspListingSelect_TestData.PretestAction  = null;
     this.uspListingSelect_TestData.TestAction     = uspListingSelect_Test_TestAction;
     //
     // uspListingSelect_Test_TestAction
     //
     resources.ApplyResources(uspListingSelect_Test_TestAction, "uspListingSelect_Test_TestAction");
     //
     // uspListingUpdate_TestData
     //
     this.uspListingUpdate_TestData.PosttestAction = null;
     this.uspListingUpdate_TestData.PretestAction  = null;
     this.uspListingUpdate_TestData.TestAction     = uspListingUpdate_Test_TestAction;
     //
     // uspListingUpdate_Test_TestAction
     //
     resources.ApplyResources(uspListingUpdate_Test_TestAction, "uspListingUpdate_Test_TestAction");
     //
     // AuctionTests
     //
     this.TestInitializeAction = testInitializeAction;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetUserTeamUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Results;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_TotalPoints;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamDifficultyTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamDifficultyNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetUserTeamDifficultyRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetUserTeamPlayerCurrentGameweekRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetUserTeamPlayerFixturesAndDifficultyRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetUserTeamPlayerPointsForGameweekRowCountCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition          GetUserTeamPlayerSquadPointsForGameweekRowCountCondition;
     this.dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTestData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTestData   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamDifficultyTestData                                                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamPlayerCurrentGameweekTestData                                       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamPlayerFixturesAndDifficultyTestData                                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamPlayerPointsForGameweekTestData                                     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTestData                          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTestData                          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetUserTeamPlayerSquadPointsForGameweekTestData                                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTest_TestAction                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction                    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Results     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_TotalPoints = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetUserTeamDifficultyTest_TestAction                                                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamDifficultyNotEmptyResultSetCondition                                         = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetUserTeamDifficultyRowCountCondition                                                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction                                     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition                              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetUserTeamPlayerCurrentGameweekRowCountCondition                                       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction                               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition                        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetUserTeamPlayerFixturesAndDifficultyRowCountCondition                                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction                                   = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition                            = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetUserTeamPlayerPointsForGameweekRowCountCondition                                     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTest_TestAction                        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTest_TestAction                        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction                              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition                       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetUserTeamPlayerSquadPointsForGameweekRowCountCondition                                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     //
     // dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTest_TestAction
     //
     dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTest_TestAction.Conditions.Add(GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTest_TestAction, "dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTest_TestAction");
     //
     // GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition
     //
     GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.Name      = "GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition";
     GetUserTeamActualPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction
     //
     dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction.Conditions.Add(GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition);
     dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction.Conditions.Add(GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Results);
     dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction.Conditions.Add(GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_TotalPoints);
     resources.ApplyResources(dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction, "dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction");
     //
     // GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition
     //
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.Name      = "GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition";
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Results
     //
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Results.Enabled = true;
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Results.Name    = "GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Resul" +
                                                                                                   "ts";
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Results.ResultSet = 2;
     //
     // GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_TotalPoints
     //
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_TotalPoints.Enabled = true;
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_TotalPoints.Name    = "GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_Total" +
                                                                                                       "Points";
     GetUserTeamBestPlayerPointsForEachGameweekInRangeNotEmptyResultSetCondition_TotalPoints.ResultSet = 3;
     //
     // dbo_GetUserTeamDifficultyTest_TestAction
     //
     dbo_GetUserTeamDifficultyTest_TestAction.Conditions.Add(GetUserTeamDifficultyNotEmptyResultSetCondition);
     dbo_GetUserTeamDifficultyTest_TestAction.Conditions.Add(GetUserTeamDifficultyRowCountCondition);
     resources.ApplyResources(dbo_GetUserTeamDifficultyTest_TestAction, "dbo_GetUserTeamDifficultyTest_TestAction");
     //
     // GetUserTeamDifficultyNotEmptyResultSetCondition
     //
     GetUserTeamDifficultyNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamDifficultyNotEmptyResultSetCondition.Name      = "GetUserTeamDifficultyNotEmptyResultSetCondition";
     GetUserTeamDifficultyNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetUserTeamDifficultyRowCountCondition
     //
     GetUserTeamDifficultyRowCountCondition.Enabled   = true;
     GetUserTeamDifficultyRowCountCondition.Name      = "GetUserTeamDifficultyRowCountCondition";
     GetUserTeamDifficultyRowCountCondition.ResultSet = 1;
     GetUserTeamDifficultyRowCountCondition.RowCount  = 15;
     //
     // dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction
     //
     dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction.Conditions.Add(GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition);
     dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction.Conditions.Add(GetUserTeamPlayerCurrentGameweekRowCountCondition);
     resources.ApplyResources(dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction, "dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction");
     //
     // GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition
     //
     GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition.Name      = "GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition";
     GetUserTeamPlayerCurrentGameweekNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetUserTeamPlayerCurrentGameweekRowCountCondition
     //
     GetUserTeamPlayerCurrentGameweekRowCountCondition.Enabled   = true;
     GetUserTeamPlayerCurrentGameweekRowCountCondition.Name      = "GetUserTeamPlayerCurrentGameweekRowCountCondition";
     GetUserTeamPlayerCurrentGameweekRowCountCondition.ResultSet = 1;
     GetUserTeamPlayerCurrentGameweekRowCountCondition.RowCount  = 15;
     //
     // dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction
     //
     dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction.Conditions.Add(GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition);
     dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction.Conditions.Add(GetUserTeamPlayerFixturesAndDifficultyRowCountCondition);
     resources.ApplyResources(dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction, "dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction");
     //
     // GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition
     //
     GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition.Name      = "GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition";
     GetUserTeamPlayerFixturesAndDifficultyNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetUserTeamPlayerFixturesAndDifficultyRowCountCondition
     //
     GetUserTeamPlayerFixturesAndDifficultyRowCountCondition.Enabled   = true;
     GetUserTeamPlayerFixturesAndDifficultyRowCountCondition.Name      = "GetUserTeamPlayerFixturesAndDifficultyRowCountCondition";
     GetUserTeamPlayerFixturesAndDifficultyRowCountCondition.ResultSet = 1;
     GetUserTeamPlayerFixturesAndDifficultyRowCountCondition.RowCount  = 15;
     //
     // dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction
     //
     dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction.Conditions.Add(GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition);
     dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction.Conditions.Add(GetUserTeamPlayerPointsForGameweekRowCountCondition);
     resources.ApplyResources(dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction, "dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction");
     //
     // GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition
     //
     GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition.Name      = "GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition";
     GetUserTeamPlayerPointsForGameweekNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetUserTeamPlayerPointsForGameweekRowCountCondition
     //
     GetUserTeamPlayerPointsForGameweekRowCountCondition.Enabled   = true;
     GetUserTeamPlayerPointsForGameweekRowCountCondition.Name      = "GetUserTeamPlayerPointsForGameweekRowCountCondition";
     GetUserTeamPlayerPointsForGameweekRowCountCondition.ResultSet = 1;
     GetUserTeamPlayerPointsForGameweekRowCountCondition.RowCount  = 11;
     //
     // dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTest_TestAction
     //
     dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTest_TestAction.Conditions.Add(GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTest_TestAction, "dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTest_TestAction");
     //
     // GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition
     //
     GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition.Name      = "GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition";
     GetUserTeamPlayerPointsPlayingAndBenchPlayersNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTest_TestAction
     //
     dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTest_TestAction.Conditions.Add(GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTest_TestAction, "dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTest_TestAction");
     //
     // GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition
     //
     GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.Name      = "GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition";
     GetUserTeamTotalPlayerPointsForGameweekPeriodNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction
     //
     dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction.Conditions.Add(GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition);
     dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction.Conditions.Add(GetUserTeamPlayerSquadPointsForGameweekRowCountCondition);
     resources.ApplyResources(dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction, "dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction");
     //
     // GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition
     //
     GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition.Enabled   = true;
     GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition.Name      = "GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition";
     GetUserTeamPlayerSquadPointsForGameweekNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetUserTeamPlayerSquadPointsForGameweekRowCountCondition
     //
     GetUserTeamPlayerSquadPointsForGameweekRowCountCondition.Enabled   = true;
     GetUserTeamPlayerSquadPointsForGameweekRowCountCondition.Name      = "GetUserTeamPlayerSquadPointsForGameweekRowCountCondition";
     GetUserTeamPlayerSquadPointsForGameweekRowCountCondition.ResultSet = 1;
     GetUserTeamPlayerSquadPointsForGameweekRowCountCondition.RowCount  = 15;
     //
     // dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTestData
     //
     this.dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTestData.PosttestAction = null;
     this.dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTestData.PretestAction  = null;
     this.dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTestData.TestAction     = dbo_GetUserTeamActualPlayerPointsForEachGameweekInRangeTest_TestAction;
     //
     // dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTestData
     //
     this.dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTestData.PosttestAction = null;
     this.dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTestData.PretestAction  = null;
     this.dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTestData.TestAction     = dbo_GetUserTeamBestPlayerPointsForEachGameweekInRangeTest_TestAction;
     //
     // dbo_GetUserTeamDifficultyTestData
     //
     this.dbo_GetUserTeamDifficultyTestData.PosttestAction = null;
     this.dbo_GetUserTeamDifficultyTestData.PretestAction  = null;
     this.dbo_GetUserTeamDifficultyTestData.TestAction     = dbo_GetUserTeamDifficultyTest_TestAction;
     //
     // dbo_GetUserTeamPlayerCurrentGameweekTestData
     //
     this.dbo_GetUserTeamPlayerCurrentGameweekTestData.PosttestAction = null;
     this.dbo_GetUserTeamPlayerCurrentGameweekTestData.PretestAction  = null;
     this.dbo_GetUserTeamPlayerCurrentGameweekTestData.TestAction     = dbo_GetUserTeamPlayerCurrentGameweekTest_TestAction;
     //
     // dbo_GetUserTeamPlayerFixturesAndDifficultyTestData
     //
     this.dbo_GetUserTeamPlayerFixturesAndDifficultyTestData.PosttestAction = null;
     this.dbo_GetUserTeamPlayerFixturesAndDifficultyTestData.PretestAction  = null;
     this.dbo_GetUserTeamPlayerFixturesAndDifficultyTestData.TestAction     = dbo_GetUserTeamPlayerFixturesAndDifficultyTest_TestAction;
     //
     // dbo_GetUserTeamPlayerPointsForGameweekTestData
     //
     this.dbo_GetUserTeamPlayerPointsForGameweekTestData.PosttestAction = null;
     this.dbo_GetUserTeamPlayerPointsForGameweekTestData.PretestAction  = null;
     this.dbo_GetUserTeamPlayerPointsForGameweekTestData.TestAction     = dbo_GetUserTeamPlayerPointsForGameweekTest_TestAction;
     //
     // dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTestData
     //
     this.dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTestData.PosttestAction = null;
     this.dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTestData.PretestAction  = null;
     this.dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTestData.TestAction     = dbo_GetUserTeamPlayerPointsPlayingAndBenchPlayersTest_TestAction;
     //
     // dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTestData
     //
     this.dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTestData.PosttestAction = null;
     this.dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTestData.PretestAction  = null;
     this.dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTestData.TestAction     = dbo_GetUserTeamTotalPlayerPointsForGameweekPeriodTest_TestAction;
     //
     // dbo_GetUserTeamPlayerSquadPointsForGameweekTestData
     //
     this.dbo_GetUserTeamPlayerSquadPointsForGameweekTestData.PosttestAction = null;
     this.dbo_GetUserTeamPlayerSquadPointsForGameweekTestData.PretestAction  = null;
     this.dbo_GetUserTeamPlayerSquadPointsForGameweekTestData.TestAction     = dbo_GetUserTeamPlayerSquadPointsForGameweekTest_TestAction;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPricesChangesTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetPlayerPricesUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPricesChangesByNameSearchTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerPricesChangesNotEmptyResultSetCondition;
     this.dbo_GetPlayerPricesChangesTestData                                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPricesChangesByNameSearchTestData                    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTestData          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetPlayerPricesChangesTest_TestAction                              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetPlayerPricesChangesByNameSearchTest_TestAction                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTest_TestAction        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition           = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerPricesChangesNotEmptyResultSetCondition                       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetPlayerPricesChangesTestData
     //
     this.dbo_GetPlayerPricesChangesTestData.PosttestAction = null;
     this.dbo_GetPlayerPricesChangesTestData.PretestAction  = null;
     this.dbo_GetPlayerPricesChangesTestData.TestAction     = dbo_GetPlayerPricesChangesTest_TestAction;
     //
     // dbo_GetPlayerPricesChangesTest_TestAction
     //
     dbo_GetPlayerPricesChangesTest_TestAction.Conditions.Add(GetPlayerPricesChangesNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPricesChangesTest_TestAction, "dbo_GetPlayerPricesChangesTest_TestAction");
     //
     // dbo_GetPlayerPricesChangesByNameSearchTestData
     //
     this.dbo_GetPlayerPricesChangesByNameSearchTestData.PosttestAction = null;
     this.dbo_GetPlayerPricesChangesByNameSearchTestData.PretestAction  = null;
     this.dbo_GetPlayerPricesChangesByNameSearchTestData.TestAction     = dbo_GetPlayerPricesChangesByNameSearchTest_TestAction;
     //
     // dbo_GetPlayerPricesChangesByNameSearchTest_TestAction
     //
     dbo_GetPlayerPricesChangesByNameSearchTest_TestAction.Conditions.Add(GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPricesChangesByNameSearchTest_TestAction, "dbo_GetPlayerPricesChangesByNameSearchTest_TestAction");
     //
     // dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTestData
     //
     this.dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTestData.PosttestAction = null;
     this.dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTestData.PretestAction  = null;
     this.dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTestData.TestAction     = dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTest_TestAction;
     //
     // dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTest_TestAction
     //
     dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTest_TestAction.Conditions.Add(GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTest_TestAction, "dbo_GetPlayerPricesChangesFromFirstPriceInSeasonTest_TestAction");
     //
     // GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition
     //
     GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition.Name      = "GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition";
     GetPlayerPricesChangesByNameSearchNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition
     //
     GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition.Name      = "GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition";
     GetPlayerPricesChangesFromFirstPriceInSeasonNotEmptyResultSetCondition.ResultSet = 1;
     //
     // GetPlayerPricesChangesNotEmptyResultSetCondition
     //
     GetPlayerPricesChangesNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerPricesChangesNotEmptyResultSetCondition.Name      = "GetPlayerPricesChangesNotEmptyResultSetCondition";
     GetPlayerPricesChangesNotEmptyResultSetCondition.ResultSet = 1;
 }
Exemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction sp_create_RecommendShirtColorTest_Basic_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(sp_create_RecommendShirtColor_UnitTests));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition notEmptyResultSetCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction        sp_create_RecommendShirtColorTest_RowCount_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition rowCountCondition1;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction        sp_create_RecommendShirtColorTest_RowCount_PretestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction        sp_create_RecommendShirtColorTest_Basic_PretestAction;
     this.sp_create_RecommendShirtColorTest_BasicData    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.sp_create_RecommendShirtColorTest_RowCountData = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     sp_create_RecommendShirtColorTest_Basic_TestAction  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     notEmptyResultSetCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     sp_create_RecommendShirtColorTest_RowCount_TestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     rowCountCondition1 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.RowCountCondition();
     sp_create_RecommendShirtColorTest_RowCount_PretestAction = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     sp_create_RecommendShirtColorTest_Basic_PretestAction    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     //
     // sp_create_RecommendShirtColorTest_Basic_TestAction
     //
     sp_create_RecommendShirtColorTest_Basic_TestAction.Conditions.Add(notEmptyResultSetCondition1);
     resources.ApplyResources(sp_create_RecommendShirtColorTest_Basic_TestAction, "sp_create_RecommendShirtColorTest_Basic_TestAction");
     //
     // notEmptyResultSetCondition1
     //
     notEmptyResultSetCondition1.Enabled   = true;
     notEmptyResultSetCondition1.Name      = "notEmptyResultSetCondition1";
     notEmptyResultSetCondition1.ResultSet = 1;
     //
     // sp_create_RecommendShirtColorTest_RowCount_TestAction
     //
     sp_create_RecommendShirtColorTest_RowCount_TestAction.Conditions.Add(rowCountCondition1);
     resources.ApplyResources(sp_create_RecommendShirtColorTest_RowCount_TestAction, "sp_create_RecommendShirtColorTest_RowCount_TestAction");
     //
     // rowCountCondition1
     //
     rowCountCondition1.Enabled   = true;
     rowCountCondition1.Name      = "rowCountCondition1";
     rowCountCondition1.ResultSet = 1;
     rowCountCondition1.RowCount  = 1;
     //
     // sp_create_RecommendShirtColorTest_RowCount_PretestAction
     //
     resources.ApplyResources(sp_create_RecommendShirtColorTest_RowCount_PretestAction, "sp_create_RecommendShirtColorTest_RowCount_PretestAction");
     //
     // sp_create_RecommendShirtColorTest_Basic_PretestAction
     //
     resources.ApplyResources(sp_create_RecommendShirtColorTest_Basic_PretestAction, "sp_create_RecommendShirtColorTest_Basic_PretestAction");
     //
     // sp_create_RecommendShirtColorTest_BasicData
     //
     this.sp_create_RecommendShirtColorTest_BasicData.PosttestAction = null;
     this.sp_create_RecommendShirtColorTest_BasicData.PretestAction  = sp_create_RecommendShirtColorTest_Basic_PretestAction;
     this.sp_create_RecommendShirtColorTest_BasicData.TestAction     = sp_create_RecommendShirtColorTest_Basic_TestAction;
     //
     // sp_create_RecommendShirtColorTest_RowCountData
     //
     this.sp_create_RecommendShirtColorTest_RowCountData.PosttestAction = null;
     this.sp_create_RecommendShirtColorTest_RowCountData.PretestAction  = sp_create_RecommendShirtColorTest_RowCount_PretestAction;
     this.sp_create_RecommendShirtColorTest_RowCountData.TestAction     = sp_create_RecommendShirtColorTest_RowCount_TestAction;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerGameweekHistoryTest_TestAction;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetPlayerGameweekHistoryUnitTest));
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerGameweekHistoryNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerGameweekHistoryComparisonTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerGameweekHistoryComparisonClub2ClubTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerGameweekHistoryForSeasonTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction dbo_GetPlayerHistoryAgainstOpponentTeamTest_TestAction;
     Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition;
     this.dbo_GetPlayerGameweekHistoryTestData                                          = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerGameweekHistoryComparisonTestData                                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerGameweekHistoryComparisonClub2ClubTestData                       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTestData                  = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerGameweekHistoryForSeasonTestData                                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     this.dbo_GetPlayerHistoryAgainstOpponentTeamTestData                               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestActions();
     dbo_GetPlayerGameweekHistoryTest_TestAction                                        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerGameweekHistoryNotEmptyResultSetCondition                                 = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerGameweekHistoryComparisonTest_TestAction                              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition                       = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerGameweekHistoryComparisonClub2ClubTest_TestAction                     = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition              = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction                = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name    = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerGameweekHistoryForSeasonTest_TestAction                               = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition                        = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     dbo_GetPlayerHistoryAgainstOpponentTeamTest_TestAction                             = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlDatabaseTestAction();
     GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition                      = new Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.NotEmptyResultSetCondition();
     //
     // dbo_GetPlayerGameweekHistoryTest_TestAction
     //
     dbo_GetPlayerGameweekHistoryTest_TestAction.Conditions.Add(GetPlayerGameweekHistoryNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerGameweekHistoryTest_TestAction, "dbo_GetPlayerGameweekHistoryTest_TestAction");
     //
     // GetPlayerGameweekHistoryNotEmptyResultSetCondition
     //
     GetPlayerGameweekHistoryNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerGameweekHistoryNotEmptyResultSetCondition.Name      = "GetPlayerGameweekHistoryNotEmptyResultSetCondition";
     GetPlayerGameweekHistoryNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerGameweekHistoryComparisonTest_TestAction
     //
     dbo_GetPlayerGameweekHistoryComparisonTest_TestAction.Conditions.Add(GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerGameweekHistoryComparisonTest_TestAction, "dbo_GetPlayerGameweekHistoryComparisonTest_TestAction");
     //
     // GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition
     //
     GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition.Name      = "GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition";
     GetPlayerGameweekHistoryComparisonNotEmptyResultSetCondition.ResultSet = 2;
     //
     // dbo_GetPlayerGameweekHistoryComparisonClub2ClubTest_TestAction
     //
     dbo_GetPlayerGameweekHistoryComparisonClub2ClubTest_TestAction.Conditions.Add(GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerGameweekHistoryComparisonClub2ClubTest_TestAction, "dbo_GetPlayerGameweekHistoryComparisonClub2ClubTest_TestAction");
     //
     // GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition
     //
     GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition.Enabled   = true;
     GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition.Name      = "GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition";
     GetPlayerGameweekHistoryComparisonClub2ClubnotEmptyResultSetCondition.ResultSet = 2;
     //
     // dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction
     //
     dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name);
     dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction.Conditions.Add(GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results);
     resources.ApplyResources(dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction, "dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction");
     //
     // GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name
     //
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name.Enabled   = true;
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name.Name      = "GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name";
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Name.ResultSet = 1;
     //
     // GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results
     //
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.Enabled = true;
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.Name    = "GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Result" +
                                                                                                  "s";
     GetPlayerGameweekHistoryStatsByDifficultyWasHomeNotEmptyResultSetCondition_Results.ResultSet = 2;
     //
     // dbo_GetPlayerGameweekHistoryForSeasonTest_TestAction
     //
     dbo_GetPlayerGameweekHistoryForSeasonTest_TestAction.Conditions.Add(GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerGameweekHistoryForSeasonTest_TestAction, "dbo_GetPlayerGameweekHistoryForSeasonTest_TestAction");
     //
     // GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition
     //
     GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition.Enabled   = true;
     GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition.Name      = "GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition";
     GetGameweekPlayerHistoryForSeasonNotEmptyResultSetCondition.ResultSet = 1;
     //
     // dbo_GetPlayerGameweekHistoryTestData
     //
     this.dbo_GetPlayerGameweekHistoryTestData.PosttestAction = null;
     this.dbo_GetPlayerGameweekHistoryTestData.PretestAction  = null;
     this.dbo_GetPlayerGameweekHistoryTestData.TestAction     = dbo_GetPlayerGameweekHistoryTest_TestAction;
     //
     // dbo_GetPlayerGameweekHistoryComparisonTestData
     //
     this.dbo_GetPlayerGameweekHistoryComparisonTestData.PosttestAction = null;
     this.dbo_GetPlayerGameweekHistoryComparisonTestData.PretestAction  = null;
     this.dbo_GetPlayerGameweekHistoryComparisonTestData.TestAction     = dbo_GetPlayerGameweekHistoryComparisonTest_TestAction;
     //
     // dbo_GetPlayerGameweekHistoryComparisonClub2ClubTestData
     //
     this.dbo_GetPlayerGameweekHistoryComparisonClub2ClubTestData.PosttestAction = null;
     this.dbo_GetPlayerGameweekHistoryComparisonClub2ClubTestData.PretestAction  = null;
     this.dbo_GetPlayerGameweekHistoryComparisonClub2ClubTestData.TestAction     = dbo_GetPlayerGameweekHistoryComparisonClub2ClubTest_TestAction;
     //
     // dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTestData
     //
     this.dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTestData.PosttestAction = null;
     this.dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTestData.PretestAction  = null;
     this.dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTestData.TestAction     = dbo_GetPlayerGameweekHistoryStatsByDifficultyWasHomeTest_TestAction;
     //
     // dbo_GetPlayerGameweekHistoryForSeasonTestData
     //
     this.dbo_GetPlayerGameweekHistoryForSeasonTestData.PosttestAction = null;
     this.dbo_GetPlayerGameweekHistoryForSeasonTestData.PretestAction  = null;
     this.dbo_GetPlayerGameweekHistoryForSeasonTestData.TestAction     = dbo_GetPlayerGameweekHistoryForSeasonTest_TestAction;
     //
     // dbo_GetPlayerHistoryAgainstOpponentTeamTestData
     //
     this.dbo_GetPlayerHistoryAgainstOpponentTeamTestData.PosttestAction = null;
     this.dbo_GetPlayerHistoryAgainstOpponentTeamTestData.PretestAction  = null;
     this.dbo_GetPlayerHistoryAgainstOpponentTeamTestData.TestAction     = dbo_GetPlayerHistoryAgainstOpponentTeamTest_TestAction;
     //
     // dbo_GetPlayerHistoryAgainstOpponentTeamTest_TestAction
     //
     dbo_GetPlayerHistoryAgainstOpponentTeamTest_TestAction.Conditions.Add(GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition);
     resources.ApplyResources(dbo_GetPlayerHistoryAgainstOpponentTeamTest_TestAction, "dbo_GetPlayerHistoryAgainstOpponentTeamTest_TestAction");
     //
     // GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition
     //
     GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition.Enabled   = true;
     GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition.Name      = "GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition";
     GetPlayerHistoryAgainstOpponentTeamNotEmptyResultSetCondition.ResultSet = 1;
 }