google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.51k stars 1.67k forks source link

Feature/tests-for-constructor-classes #1803

Open bhuvan-sapientai opened 9 months ago

bhuvan-sapientai commented 9 months ago

To enhance detecting bug leakages and issues earlier in the release lifecycle I have added unit tests for the following classes:

core/test/com/google/inject/internal/ConstructionContextTest.java core/test/com/google/inject/internal/ConstructorInjectorTest.java

These are generated using the sapient.ai plugin. More: https://plugins.jetbrains.com/plugin/21709-sapient-ai-test-coder

@cushon @sameb @HannesWell @andresviedma

google-cla[bot] commented 9 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.