C# Class NFluent.Tests.EventWaitHandleTests

Show file Open project: tpierrain/NFluent

Private Methods

Method Description
IsNotSetWithinThrowsExceptionWhenFailingForAutoResetEvent ( ) : void
IsNotSetWithinWorksForAutoResetEvent ( ) : void
IsSetWithinThrowsExceptionWhenFailingForAutoResetEvent ( ) : void
IsSetWithinWorksForAutoResetEvent ( ) : void
NotIsNotSetWithinThrowsExceptionForAutoResetEvent ( ) : void
NotIsNotSetWithinWorksForAutoResetEvent ( ) : void
NotIsSetWithinThrowsExceptionForAutoResetEvent ( ) : void
NotIsSetWithinWorksForAutoResetEvent ( ) : void
SetTheEventFromAnotherThreadAfterADelay ( AutoResetEvent myEvent, int delayBeforeEventIsSetInMilliseconds ) : void