AB3791 - Moved scoping to infrastructure, implemented our own CallContext

This commit is contained in:
Bjarke Berg
2019-12-17 15:03:14 +01:00
parent 70adb70afd
commit f0d1c38aa8
17 changed files with 119 additions and 65 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Xml.Linq;
using Examine;
using Moq;
@@ -64,6 +65,7 @@ namespace Umbraco.Tests.Testing
/// provides all the necessary environment, through DI. Yes, DI is bad in tests - unit tests.
/// But it is OK in integration tests.
/// </remarks>
[Apartment(ApartmentState.STA)]
public abstract class UmbracoTestBase
{
// this class