Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Give the FakeNancyBootstrapper some love #232

Closed
thecodejunkie opened this issue Jul 28, 2011 · 1 comment
Closed

Give the FakeNancyBootstrapper some love #232

thecodejunkie opened this issue Jul 28, 2011 · 1 comment
Assignees
Milestone

Comments

@thecodejunkie
Copy link
Member

Bring it up to par with the actual bootstrapper and make it possible to declare things like conventions, startups, modules and so on

@ghost ghost assigned thecodejunkie Jul 28, 2011
@thecodejunkie
Copy link
Member Author

The following breaking changes will be introduced by this change

  • FakeNancyBootstrapper is renamed to ConfigurableBootstrapper
  • The implementation is moved from Nancy.Testing.Fakes to Nancy.Testing
  • Some of the method in the configuration API have had their names changes (like Engine -> NancyEngine) to follow the same naming convention

In addition a test was added to ensure that all (with exception of an ignore list) properties on NancyBootstrapperBase<> and NancyInternalConfiguration have equivalent configuration methods on the configuration API of the ConfigurableBootstrapping. This should help us make sure that the test fails if we add new members to the bootstrapper and don't make sure that the ConfigurableBootstrapper is kept in sync

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant