We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Pojo1 contains a List<Pojo2> that contains a List<Pojo3>, test time goes through the roof.
Pojo1
List<Pojo2>
List<Pojo3>
com.pholser.junit.quickcheck.internal.Reflection methods are not cached and most of the time is spent there
com.pholser.junit.quickcheck.internal.Reflection
The text was updated successfully, but these errors were encountered:
@Decat-SimonA Thanks for this. Perhaps I can spent some time to cache the results of reflective operations.
Sorry, something went wrong.
No branches or pull requests
When
Pojo1
contains aList<Pojo2>
that contains aList<Pojo3>
, test time goes through the roof.com.pholser.junit.quickcheck.internal.Reflection
methods are not cached and most of the time is spent thereThe text was updated successfully, but these errors were encountered: