C# Class Appccelerate.ScopingEventBroker.Internals.Context.PerThreadEventScopeContextTest

Inheritance: IDisposable
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
Dispose ( ) : void
PerThreadEventScopeContextTest ( ) : System

Private Methods

Method Description
Acquire_WhenDifferentThread_ReturnsNew ( ) : void
Acquire_WhenSameThreadAndDisposed_ShouldReturnNew ( ) : void
Acquire_WhenSameThread_ShouldReturnSame ( ) : void
Dispose_WhenDisposeWasAlreadyCalled_ShouldNotThrow ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PerThreadEventScopeContextTest() public method

public PerThreadEventScopeContextTest ( ) : System
return System