Rename AutoConfigurationReportEndpoint to ConditionsEndpoint

This commit further aligns the change to ConditionEvaluationReport by
renaming the 'autoconfig' endpoint to 'conditions'.

Closes gh-2945
This commit is contained in:
Stephane Nicoll
2017-11-14 14:40:39 +01:00
parent 1613361459
commit 1830dcf103
17 changed files with 52 additions and 51 deletions

View File

@@ -74,7 +74,7 @@ public class SpringBootDependencyInjectionTestExecutionListenerTests {
catch (IllegalStateException ex) {
// Expected
}
this.out.expect(containsString("AUTO-CONFIGURATION REPORT"));
this.out.expect(containsString("CONDITIONS REPORT"));
this.out.expect(containsString("Positive matches"));
this.out.expect(containsString("Negative matches"));
}