Uses of Class
ca.uhn.fhir.test.utilities.server.RestfulServerConfigurerExtension
Packages that use RestfulServerConfigurerExtension
-
Uses of RestfulServerConfigurerExtension in ca.uhn.fhir.test.utilities.server
Methods in ca.uhn.fhir.test.utilities.server that return RestfulServerConfigurerExtensionModifier and TypeMethodDescriptionRestfulServerConfigurerExtension.withServerBeforeAll(Consumer<ca.uhn.fhir.rest.server.RestfulServer> theServer) This callback will be invoked once after the server has startedRestfulServerConfigurerExtension.withServerBeforeEach(Consumer<ca.uhn.fhir.rest.server.RestfulServer> theServer) This callback will be invoked before each test but after the server has started