sloppycoder / nfsx

building blocks for creating http based micro service using Spring Boot and Netflix OSS
4 stars 5 forks source link

Add more unit tests to sample applications #2

Closed sloppycoder closed 8 years ago

sloppycoder commented 8 years ago

To add:

  1. check if custom health indicator is present
  2. for webapp, check if SSO redirect is happening.
  3. add free marker sample to web app sample.
sloppycoder commented 8 years ago

added custom health check test case. 8d281c139d92d089b226883d7ca083cdfb093ad0

added free maker sample and health check test case. cc56597dcf10674a6e65e25262b20baa63ff4d17

sloppycoder commented 8 years ago

SSO integration is not applicable to sample app. see example in this test case for ibank web app instead.