ReactiveWebMergedContextConfiguration

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
Link copied to clipboard
Link copied to clipboard
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 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