C# Class System.Threading.Tests.MonitorTests

Mostra file Open project: dotnet/corefx

Private Methods

Method Description
BasicRecursion ( string &message ) : void
DeepRecursion ( string &message ) : void
Enter_Invalid ( ) : void
Enter_SetsLockTaken ( ) : void
Exit_Invalid ( ) : void
Exit_WhenHeldBySomeoneElse_ThrowsSynchronizationLockException ( ) : void
IsEntered ( ) : void
IsEntered_Invalid ( ) : void
IsEntered_WhenHeldBySomeoneElse_ThrowsSynchronizationLockException ( ) : void
PulseAll_Invalid ( ) : void
Pulse_Invalid ( ) : void
TryEnter_Invalid ( ) : void
TryEnter_SetsLockTaken ( ) : void
WaitTest ( ) : void
Wait_Invalid ( ) : void