Open jayv opened 5 years ago
Test utilities for HTTP filters (requester and service) have been implemented with mocks in some places:
AbstractHttpRequesterFilterTest
AbstractHttpServiceFilterTest
We should consider implementing these utilities using actual clients and servers, possibly leveraging AbstractNettyHttpServerTest.
AbstractNettyHttpServerTest
/cc @lewisd32 - this overlaps with your testing utilities work
Test utilities for HTTP filters (requester and service) have been implemented with mocks in some places:
AbstractHttpRequesterFilterTest
AbstractHttpServiceFilterTest
We should consider implementing these utilities using actual clients and servers, possibly leveraging
AbstractNettyHttpServerTest
.