Uses of Annotation Interface
org.springframework.boot.test.context.TestComponent
Packages that use TestComponent
Package
Description
Classes and annotations related to configuring Spring's
ApplicationContext
for
tests.-
Uses of TestComponent in org.springframework.boot.test.context
Classes in org.springframework.boot.test.context with annotations of type TestComponentModifier and TypeClassDescription@interface
@Configuration
that can be used to define additional beans or customizations for a test.