Package org.elypia.webservertestbed.junit5
-
Class Summary Class Description ResourceLoaderExtension Extension for JUnit to cleanly load files from the resource classpath.WebServerExtension Extension for JUnit to createMockResponsethrough annotations. -
Annotation Types Summary Annotation Type Description Resource Response WebServer Acts as an injection point forMockWebServerinstance if theWebServerExtensionis registered to the test instance.WebServerTest A type ofTestwhich callsMockWebServer.enqueue(MockResponse)and creates aMockResponsewith the annotation data.