Using Property Configuration Holders with Plain Spring TestContext Framework: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* [[Spring_Framework_Testing_Concepts#Using_Property_Configuration_Holders_with_Plain_Spring_TestContext_Framework|Spring Framework Testing Concepts]]
* [[Spring_Framework_Testing_Concepts#Using_Property_Configuration_Holders_with_Plain_Spring_TestContext_Framework|Spring Framework Testing Concepts]]
* [[Spring_Boot_Property_Injection#Using_Property_Configuration_Holders_with_Plain_Spring_TestContext_Framework|Spring Boot Property Injection]]


=Overview=
=Overview=

Revision as of 19:52, 5 December 2018

Internal

Overview

Property configuration holders are a Spring Boot pattern. They require Spring Boot dependencies and runtime to function. However, they're useful, so this is a method to get them to work with plain TestContext Framework tests.

Playground Example

?