Allow for client-specified name for Assertions class
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- java
- Domain
- build-system
Research direction
Start by locating the Maven plugin entry point and the code that names generated entry-point classes. Trace how plugin options are read and how existing generated assertions are tested. Done means a client-specified prefix can produce distinct names such as MyProjectAssertions and MyProjectJUnitAssertions without breaking the current defaults.
Written by the indexing model from the issue text.
Description
The generated entry-point class is called Assertions. If I am using the std Assertions class and my generated Assertions class in the same test, I can only import one which means the usage of the other has to be fully qualified. It would be nice to be able to add a prefix so that the generated entry-point classes are name MyProjectAssertsion, MyProjectJUnitAssertions, etc.
- Dominant language
- Java
- Stars
- 30
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Getting set up
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from assertj/assertj-assertions-generator-maven-plugin
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Move module to `assertj/assertj-generator`May be free again @scordio claimed this 501 days ago, and no pull request is open. Open
assertj/assertj-assertions-generator-maven-plugin#113 · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
assertj/assertj-assertions-generator-maven-plugin#108 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
-
allow the jakarta version of `@Generated` instead of the javax one.May be free again @scordio claimed this 524 days ago, and no pull request is open. Open
assertj/assertj-assertions-generator-maven-plugin#93 · 7 comments · 7 reactions · 1 assignee ·
All issues in assertj/assertj-assertions-generator-maven-plugin
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oracle/javavscode#652 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
OpenAPITools/openapi-generator#25014 ·
Maintainers usually reply within 1 day
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
AloisSeckar/demos-java#380 ·