Uses of Class
dev.relism.flash.testing.FlashResponse
-
Uses of FlashResponse in dev.relism.flash.testing
Methods in dev.relism.flash.testing that return FlashResponseModifier and TypeMethodDescriptionSendsDELETE pathwith no headers or body.FlashResponse.expectBody(String expected) Asserts the body matches exactly.FlashResponse.expectBodyContains(String fragment) Asserts the body containsfragment.FlashResponse.expectHeader(String name, String expected) Asserts the first value of a header (name case-insensitive).FlashResponse.expectStatus(int expected) Asserts the status code.SendsGET pathwith no headers or body.Sends any method, including the ones Flash adds beyond RFC 9110 (PURGE,QUERY).