ReactiveWebMergedContextConfiguration

open class ReactiveWebMergedContextConfiguration : MergedContextConfiguration

Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.

Author

Stephane Nicoll

Since

2.0.0

Constructors

Link copied to clipboard
constructor(mergedConfig: MergedContextConfiguration)

Properties

Link copied to clipboard
Link copied to clipboard
val classes: Array<Class<out Any>>
Link copied to clipboard
val contextCustomizers: Set<ContextCustomizer>
Link copied to clipboard
val contextInitializerClasses: Set<Class<out ApplicationContextInitializer<out Any>>>
Link copied to clipboard
val contextLoader: ContextLoader
Link copied to clipboard
Link copied to clipboard
val parent: MergedContextConfiguration
Link copied to clipboard
val propertySourceDescriptors: List<PropertySourceDescriptor>
Link copied to clipboard
val testClass: Class<out Any>

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun getParentApplicationContext(): ApplicationContext
Link copied to clipboard
open fun hasClasses(): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasLocations(): Boolean
Link copied to clipboard
open fun hasResources(): Boolean
Link copied to clipboard
open fun toString(): String