C# Class System.ComponentModel.EventBasedAsync.Tests.BackgroundWorkerTests

Show file Open project: dotnet/corefx

Private Methods

Method Description
CtorTest ( ) : void
DisposeTwiceShouldNotThrow ( ) : void
DoWorkExpectCancel ( object sender, DoWorkEventArgs e ) : void
RunWorkerAsyncTwice ( ) : void
TestBackgroundWorkerBasic ( ) : void
TestCancelAsync ( ) : void
TestCancelAsyncWithoutCancellationSupport ( ) : void
TestCancelInsideDoWork ( ) : void
TestFinalization ( ) : void
TestReportProgressSync ( ) : void
TestReportProgressWithWorkerReportsProgressFalse ( ) : void
TestThrowExceptionInDoWork ( ) : void
Wait ( int milliseconds ) : void