Class ReactiveWebMergedContextConfiguration

java.lang.Object
org.springframework.test.context.MergedContextConfiguration
org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
All Implemented Interfaces:
Serializable

public class ReactiveWebMergedContextConfiguration extends MergedContextConfiguration
Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.
Since:
2.0.0
Author:
Stephane Nicoll
See Also:
  • Constructor Details