Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following situation is not yet supported:
static class Dependency {} static class Base<B> { B dep; } static class Concrete extends Base<Dependency> {} @Tested(fullyInitialized = true) Concrete tested;
The text was updated successfully, but these errors were encountered:
jmockit/jmockit1@0bb920b
rliesenfeld
No branches or pull requests
The following situation is not yet supported:
The text was updated successfully, but these errors were encountered: