Uses of Interface
io.jooby.test.MockValue
-
Uses of MockValue in io.jooby.test
Classes in io.jooby.test that implement MockValueMethods in io.jooby.test that return MockValueModifier and TypeMethodDescriptionExecute a PATCH request to the target application.MockRouter.call(String method, String path, MockContext ctx, Consumer<MockResponse> consumer) Execute a PATCH request to the target application.MockRouter.call(String method, String path, Consumer<MockResponse> consumer) Execute a PATCH request to the target application.Execute a DELETE request to the target application.Execute a DELETE request to the target application.MockRouter.delete(String path, MockContext context, Consumer<MockResponse> consumer) Execute a DELETE request to the target application.MockRouter.delete(String path, Consumer<MockResponse> consumer) Execute a DELETE request to the target application.Execute a GET request to the target application.Execute a GET request to the target application.MockRouter.get(String path, MockContext context, Consumer<MockResponse> consumer) Execute a GET request to the target application.MockRouter.get(String path, Consumer<MockResponse> consumer) Execute a GET request to the target application.Execute a PATCH request to the target application.Execute a PATCH request to the target application.MockRouter.patch(String path, MockContext context, Consumer<MockResponse> consumer) Execute a PATCH request to the target application.MockRouter.patch(String path, Consumer<MockResponse> consumer) Execute a PATCH request to the target application.Execute a POST request to the target application.Execute a POST request to the target application.MockRouter.post(String path, MockContext context, Consumer<MockResponse> consumer) Execute a POST request to the target application.MockRouter.post(String path, Consumer<MockResponse> consumer) Execute a POST request to the target application.Execute a PUT request to the target application.Execute a PUT request to the target application.MockRouter.put(String path, MockContext context, Consumer<MockResponse> consumer) Execute a PUT request to the target application.MockRouter.put(String path, Consumer<MockResponse> consumer) Execute a PUT request to the target application.