Uses of Class
org.apache.hadoop.hbase.MockHttpApiRule
-
Uses of MockHttpApiRule in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionMockHttpApiRule.addRegistration
(String pathRegex, BiConsumer<String, javax.servlet.http.HttpServletResponse> responder) Register a callback handler for the specified path target.MockHttpApiRule.registerOk
(String pathRegex, String responseBody) Shortcut method for callingaddRegistration(String, BiConsumer)
with a 200 response.