Package de.bmiag.tapir.bootstrap
-
Interface Summary Interface Description LicenseChecker Classes implementing this interface check the tapir license during the start of the tests.TapirBootstrapStrategy TheTapirBootstrapStrategy
provides a strategy to determine the sources passed toSpringApplication.run(Object[], String[])
. -
Class Summary Class Description ClassBasedBootstrapStrategy TheClassBasedBootstrapStrategy
simply provides the classes given to the constructor as sources.FqnAnnotationBeanNameGenerator AAnnotationBeanNameGenerator
which returns the fully qualified name as default bean name.TapirBootstrapper TheTapirBootstrapper
is responsible for bootstrapping the tapir Spring application context based on a givenTapirBootstrapStrategy
.TapirContextConfigurationBootstrapStrategy TheTapirContextConfigurationBootstrapStrategy
is aTapirBootstrapStrategy
which is based on aTapirContextConfiguration
.TapirFactoriesBootstrapStrategy TheTapirFactoriesBootstrapStrategy
searches for files called "META-INF/tapir.bootstrap" in the classpath.TapirLicense A singleton holding the license for all tapir modules.TapirLicenseChecker This listener is executed automatically during the start of the tests and letsLicenseCheckers
check the validity of the license -
Exception Summary Exception Description LicenseCheckException -
Annotation Types Summary Annotation Type Description TapirContextConfiguration TapirContextConfiguration
defines class-level metadata that is used to determine how to load and configure anApplicationContext
for tapir tests.