JAVA-16301: Check Article Code Matches GitHub

This commit is contained in:
freelansam
2022-12-02 18:45:30 +05:30
parent 6aebc37921
commit 998415cd47
12 changed files with 149 additions and 13 deletions
@@ -32,4 +32,9 @@ public class CircularDependencyIntegrationTest {
Assert.assertEquals("Hi!", circA.getCircB().getMessage());
}
@Test
public void givenCircularDependency_whenConstructorInjection_thenItFails() {
// Empty test; we just want the context to load
}
}