-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Increase variation in tests #2
Milestone
Comments
tobiasstamann
added a commit
that referenced
this issue
Jun 30, 2017
Added some new functionality and did some renaming Unified API usage a bit.
tobiasstamann
added a commit
that referenced
this issue
Jun 30, 2017
tobiasstamann
added a commit
that referenced
this issue
Jun 30, 2017
tobiasstamann
added a commit
that referenced
this issue
Jul 3, 2017
Grouped methods in non static embedded classes.
tobiasstamann
added a commit
that referenced
this issue
Jul 4, 2017
Creation of Generic TypeMirrors is not possible so class GenericType was introduced to create the Generic Type structure to be compared with TypeMirrors. Next step is to create a fluent builder for it cause at the moment usability is not very good.
tobiasstamann
added a commit
that referenced
this issue
Jul 4, 2017
Allows checking of TypeMirrors which are having type parameters.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test do need some more variation since there are a lot of special cases for different kind of types.
This especially affects all atomic types, arrays and classes that are using generics. (Mainly all type that are not extending Object)
Test coverage might be misleading here. Because it doesn't describe if all special cases are handled coorectly
The text was updated successfully, but these errors were encountered: