Skip to content

Commit b3e933f

Browse files
committed
- Updated the unit test projects to move the integration test support code out of Rock.Tests.Shared and into Rock.Tests.Integration. Also cleaned up various mismatched namespaces.
1 parent 4e1c1be commit b3e933f

190 files changed

Lines changed: 298 additions & 477 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Rock.Migrations/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
//
1717
using System.Runtime.CompilerServices;
1818

19-
[assembly: InternalsVisibleTo( "Rock.Tests.Shared" )]
19+
[assembly: InternalsVisibleTo( "Rock.Tests.Integration" )]

Rock.Tests.Integration.Performance/CheckIn/AttendanceCodeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
using Rock;
2323
using Rock.Data;
2424
using Rock.Model;
25-
using Rock.Tests.Shared.TestFramework;
25+
using Rock.Tests.Integration.TestFramework.Database;
2626

2727
namespace Rock.Tests.Integration.Performance.CheckIn
2828
{

Rock.Tests.Integration.Performance/CheckIn/CheckInAttendance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using Rock.Data;
77
using Rock.Model;
88
using Rock.Tests.Integration.TestData;
9-
using Rock.Tests.Shared.TestFramework;
9+
using Rock.Tests.Integration.TestFramework.Database;
1010

1111
namespace Rock.Tests.Integration.CheckIn
1212
{

Rock.Tests.Integration.Performance/Core/RockCleanupJobTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//
1717
using Microsoft.VisualStudio.TestTools.UnitTesting;
1818

19-
using Rock.Tests.Shared;
19+
using Rock.Tests.Shared.TestFramework;
2020

2121
namespace Rock.Tests.Integration.Performance.Core
2222
{

Rock.Tests.Integration.Performance/Crm/ConnectionStatusChangeReportTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
using Rock.Crm.ConnectionStatusChangeReport;
2424
using Rock.Data;
2525
using Rock.Tests.Integration.TestData.Crm;
26-
using Rock.Tests.Shared;
27-
using Rock.Tests.Shared.TestFramework;
26+
using Rock.Tests.Integration.TestFramework.Database;
27+
using Rock.Tests.Shared.Constants;
2828
using Rock.Web.Cache;
2929

3030
namespace Rock.Tests.Integration.Performance.Crm

Rock.Tests.Integration.Performance/Crm/Interactions/PageViewTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
using Rock.Data;
1010
using Rock.Model;
11-
using Rock.Tests.Shared.TestFramework;
11+
using Rock.Tests.Integration.TestFramework.Database;
1212
using Rock.Transactions;
1313
using Rock.Web.Cache;
1414

Rock.Tests.Integration.Performance/Crm/Person/PersonPickerControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
using Rock.Data;
2929
using Rock.Model;
3030
using Rock.Rest.Controllers;
31-
using Rock.Tests.Shared;
31+
using Rock.Tests.Integration.TestFramework.Database;
3232
using Rock.Tests.Shared.TestFramework;
3333
using Rock.Web.Cache;
3434

Rock.Tests.Integration/AI/AICompletionsUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
using Rock.Data;
1515
using Rock.Enums.AI;
1616
using Rock.Model;
17-
using Rock.Tests.Shared;
17+
using Rock.Tests.Shared.Constants;
1818

1919
namespace Rock.Tests.Integration.AI
2020
{

Rock.Tests.Integration/AI/AIProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
using Rock.Data;
2222
using Rock.Model;
23-
using Rock.Tests.Shared.TestFramework;
23+
using Rock.Tests.Integration.TestFramework.Database;
2424
using Rock.Web.Cache;
2525

2626
namespace Rock.Tests.Integration.AI

Rock.Tests.Integration/CheckIn/v2/FamilyRegistrationTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
using Rock.CheckIn.v2;
1010
using Rock.Data;
1111
using Rock.Model;
12+
using Rock.Tests.Integration.TestFramework.Database;
1213
using Rock.Tests.Shared;
14+
using Rock.Tests.Shared.Constants;
1315
using Rock.Tests.Shared.TestFramework;
1416
using Rock.Utility;
1517
using Rock.ViewModels.CheckIn;

0 commit comments

Comments
 (0)