yahehe / Nancy.Swagger

Nancy plugin for generated API documentation in Swagger format.
MIT License
133 stars 60 forks source link

Add unit test for DefaultSwaggerModelCatalog #142

Closed catcherwong closed 7 years ago

catcherwong commented 7 years ago

For this PR , I have added unit tests for DefaultSwaggerModelCatalog class .

I also use FakeItEasy to mock somethings the same as NancyFx .