Creates new Umbraco.Tests.Common netstandard project to host the common testing functionality between netframework and netcore, this will be ongoing work (doesn't need to be done all at once)

This commit is contained in:
Shannon
2020-03-13 12:08:25 +11:00
parent 7f8c7e472f
commit 4e4df96140
28 changed files with 458 additions and 245 deletions

View File

@@ -7,6 +7,7 @@ using System.Web.Routing;
using Moq;
using NUnit.Framework;
using Umbraco.Core.Services;
using Umbraco.Tests.Common;
using Umbraco.Tests.TestHelpers;
using Umbraco.Tests.TestHelpers.Stubs;
using Umbraco.Tests.Testing;