C# Class BoDi.Tests.ObjectCreationTests

Show file Open project: gasparnagy/BoDi

Public Methods

Method Description
TearDown ( ) : void

Private Methods

Method Description
Setup ( ) : void
ShouldCreateObjectOnFirstResolve ( ) : void
ShouldFireObjectCreatedEventWhenObjectIsCreated ( ) : void
ShouldNotCreateObjectOnSecondResolve ( ) : void
ShouldNotFireObjectCreatedEventOnResolvingFactoryRegistrations ( ) : void
ShouldNotFireObjectCreatedEventOnResolvingInstanceRegistrations ( ) : void
ShouldNotFireObjectCreatedEventOnSecondResolve ( ) : void

Method Details

TearDown() public method

public TearDown ( ) : void
return void