We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e12ab commit 0b26355Copy full SHA for 0b26355
UnitTests/Application/SynchronizatonContextTests.cs
@@ -7,6 +7,7 @@ public class SyncrhonizationContextTests
7
[Fact]
8
public void SynchronizationContext_CreateCopy ()
9
{
10
+ ConsoleDriver.RunningUnitTests = true;
11
Application.Init ();
12
SynchronizationContext context = SynchronizationContext.Current;
13
Assert.NotNull (context);
@@ -61,6 +62,7 @@ public void SynchronizationContext_Post (Type driverType)
61
62
[AutoInitShutdown]
63
public void SynchronizationContext_Send ()
64
65
66
67
68
0 commit comments