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

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Spring Framework Testing Concepts =Playground...")
 
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]]
=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=
=Playground Example=


{{External|?}}
{{External|?}}

Revision as of 19:47, 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

?