-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This is a continuation of [commit](f9ff1a1). Before each service within the package had its own test function, meaning that if you add a new service within that package, you would need to call a newly generated function, which could easily be forgotten. This commit introduces one test function for the whole package which takes a interface which embeds the other services test interfaces. With this in place, if you add a new service you will get a compilation error that you no longer fulfil the interface.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.