System.Threading.Tests.SynchronizationContextTests.WaitTest_ChangedInDotNetCore C# (CSharp) Method

WaitTest_ChangedInDotNetCore() private method

private WaitTest_ChangedInDotNetCore ( ) : void
return void
        public static void WaitTest_ChangedInDotNetCore()
        {
            Assert.Throws<ArgumentNullException>(() => TestSynchronizationContext.WaitHelper(null, false, 0));
        }