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

Inheritance: AsyncCompletedEventArgs
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
AsyncCompletedEventArgsTests ( ) : System

Private Methods

Method Description
AsyncCompletedEventArgsTests ( Exception error, bool cancelled, object userState ) : System
CtorTest ( Exception expectedException, bool expectedCancelled, object expectedState ) : void
RaiseExceptionIfNecessaryTest ( Exception expectedError, bool cancelled, Type expectedExceptionType ) : void

Method Details

AsyncCompletedEventArgsTests() public method

public AsyncCompletedEventArgsTests ( ) : System
return System