C# Class Open.Core.Test.ViewTests.EventBusTest

Mostra file Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
ClassInitialize ( ) : void
ShouldClearCountWhenCleared ( ) : void
ShouldClearCountWhenDisposed ( ) : void
ShouldCreateEventBus ( ) : void
ShouldDecreaseCountWhenHandlerRemoved ( ) : void
ShouldGetSingleton ( ) : void
ShouldIncreaseCountWhenHandlerAdded ( ) : void
ShouldNotAddSameHandlerTwice ( ) : void
TEMP ( ) : void
TestCleanup ( ) : void
TestInitialize ( ) : void

Private Methods

Method Description
MyHandler1 ( ) : void
MyHandler2 ( ) : void

Method Details

ClassInitialize() public method

public ClassInitialize ( ) : void
return void

ShouldClearCountWhenCleared() public method

public ShouldClearCountWhenCleared ( ) : void
return void

ShouldClearCountWhenDisposed() public method

public ShouldClearCountWhenDisposed ( ) : void
return void

ShouldCreateEventBus() public method

public ShouldCreateEventBus ( ) : void
return void

ShouldDecreaseCountWhenHandlerRemoved() public method

public ShouldDecreaseCountWhenHandlerRemoved ( ) : void
return void

ShouldGetSingleton() public method

public ShouldGetSingleton ( ) : void
return void

ShouldIncreaseCountWhenHandlerAdded() public method

public ShouldIncreaseCountWhenHandlerAdded ( ) : void
return void

ShouldNotAddSameHandlerTwice() public method

public ShouldNotAddSameHandlerTwice ( ) : void
return void

TEMP() public method

public TEMP ( ) : void
return void

TestCleanup() public method

public TestCleanup ( ) : void
return void

TestInitialize() public method

public TestInitialize ( ) : void
return void