kbot7 / NgrokAspNetCore

Integration of Ngrok with the AspNetCore pipeline. Tools to automatically create ngrok tunnels on application startup
MIT License
25 stars 10 forks source link

Unit testing improvements #32

Closed JaciKust closed 4 years ago

JaciKust commented 4 years ago

Renamed existing unit test methods to have more descriptive names.

kbot7 commented 4 years ago

Any chance we could shorten the names of the test classes? Since the test project is already Ngrok.AspNetCore, it feels overly verbose to include that at the start of the test files. Maybe something shorter like "ExtensionsOptionsTests" and "ExtensionsServicesTests"