Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up@Tested(fullyInitialized = true): add support for constructor injection #224
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following situation is not currently supported, but should be: test a class A which depends on B, where B happens to rely on constructor injection (and it cannot be changed to field injection).