claim: pre and post deploy tests with mocks for unit and component testing
admin: pre and post deploy with no mock for unit and component testing
integration: both claim and admin, maven deploys with docker and then runs tests
later, make systemtests when there's a viewer service.
make integration test with admin mock with claim actual and viewer actual
then make a system test with all three services.
claim: pre and post deploy tests with mocks for unit and component testing admin: pre and post deploy with no mock for unit and component testing integration: both claim and admin, maven deploys with docker and then runs tests
later, make systemtests when there's a viewer service. make integration test with admin mock with claim actual and viewer actual then make a system test with all three services.