C# Class Nancy.Bootstrappers.Windsor.Tests.WindsorNancyBootstrapperFixture

显示文件 Open project: NancyFx/Nancy.Bootstrappers.Windsor

Public Methods

Method Description
WindsorNancyBootstrapperFixture ( ) : System

Private Methods

Method Description
Check_windsor_memory_leak ( ) : void
Check_windsor_memory_leak_with_aspnet_hosting ( ) : void
Should_be_able_to_get_engine_instance ( ) : void
Should_be_able_to_get_engine_when_providing_application_container_exteranlly ( ) : void
Should_be_able_to_make_request_from_module_with_dependencies ( ) : System.Threading.Tasks.Task
Should_be_able_to_make_request_from_module_with_no_dependency ( ) : System.Threading.Tasks.Task
Should_be_able_to_make_simultaneous_requests_use_different_module_instances ( ) : System.Threading.Tasks.Task
Should_configure_application_container_when_getting_engine ( ) : void

Method Details

WindsorNancyBootstrapperFixture() public method

public WindsorNancyBootstrapperFixture ( ) : System
return System