Skip to content

Commit

Permalink
Write a test for a strange behavior of SingletonScope where proxies u…
Browse files Browse the repository at this point in the history
…sed to resolve cycles become non-functional if errors are thrown.

PiperOrigin-RevId: 713766660
  • Loading branch information
lukesandberg authored and Guice Team committed Jan 9, 2025
1 parent f2fb8af commit dabffd4
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 10 deletions.
1 change: 0 additions & 1 deletion core/test/com/google/inject/AllTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public static Test suite() {
suite.addTestSuite(ReflectionTest.class);
suite.addTestSuite(RequestInjectionTest.class);
suite.addTestSuite(RequireAtInjectOnConstructorsTest.class);
suite.addTestSuite(ScopesTest.class);
suite.addTestSuite(SerializationTest.class);
suite.addTestSuite(SuperclassTest.class);
suite.addTestSuite(TypeConversionTest.class);
Expand Down
Loading

0 comments on commit dabffd4

Please sign in to comment.