Class RestfulServerConfigurerExtension

java.lang.Object
ca.uhn.fhir.test.utilities.server.RestfulServerConfigurerExtension
All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.Extension

public class RestfulServerConfigurerExtension extends Object implements org.junit.jupiter.api.extension.BeforeEachCallback
This JUnit extension can be used to perform configuration of the RestfulServerExtension, where non-static fields are available. This is primarily useful for accessing Spring Test beans.