|
|
|
|
@ -27,11 +27,11 @@ import static org.mockito.Mockito.mock;
@@ -27,11 +27,11 @@ import static org.mockito.Mockito.mock;
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Unit tests for {@link HttpServiceProxyFactory}. |
|
|
|
|
* |
|
|
|
|
* @author Rossen Stoyanchev |
|
|
|
|
*/ |
|
|
|
|
public class HttpServiceProxyFactoryTests { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
void httpExchangeAdapterDecorator() { |
|
|
|
|
|
|
|
|
|
@ -44,7 +44,6 @@ public class HttpServiceProxyFactoryTests {
@@ -44,7 +44,6 @@ public class HttpServiceProxyFactoryTests {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private interface Service { |
|
|
|
|
|
|
|
|
|
@GetExchange |
|
|
|
|
|