spring-boot/spring-boot-project/spring-boot-actuator-autoconfigure
Andy Wilkinson c2156d6803 Remove static state from CF web endpoint integration tests
The mocks being static meant that their state was shared across each
test in the class. This resulted in the tests being order dependent.
This commit uses instance variables to hold the mocks, thereby
ensuring that they're recreated for each test as part of the standard
JUnit lifecycle.

Closes gh-38363
2023-11-15 15:16:24 +00:00
..
src Remove static state from CF web endpoint integration tests 2023-11-15 15:16:24 +00:00
build.gradle Polish configuration related to predictive test selection 2023-06-14 18:15:04 +01:00