assertj / assertj/assertj-generator

Generated assertions do not preserve generic types

Open
#92 4 comments 0 reactions 0 assignees View on GitHub
generics
Dominant language
Java
Stars
72
Forks
47
Avg merge
1d 16h
Merged PRs (30d)
2

Description

For example, if I have:
`public final Optional foo;`,

the generated assertion is:
`hasFoo(java.util.Optional foo)`

when it should be:
`hasFoo(java.util.Optional foo)`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.