PT #152867306 Boot properties index reacts on project changes

This commit is contained in:
BoykoAlex
2017-11-16 18:15:18 -05:00
parent 003afe52ab
commit 9b8f95f21d
14 changed files with 327 additions and 86 deletions

View File

@@ -48,7 +48,7 @@ public class SpringPropertyIndexTest {
}
@Test
public void testScanningAllAnnotationsSimpleProjectUpfront() throws Exception {
public void testPropertiesIndexRefreshOnProjectChange() throws Exception {
harness.intialize(new File(ProjectsHarness.class.getResource("/test-projects/test-annotation-indexing-parent/test-annotation-indexing/").toURI()));
propertyIndexProvider = (DefaultSpringPropertyIndexProvider) harness.getServer().getSpringPropertyIndexProvider();