-
Notifications
You must be signed in to change notification settings - Fork 26
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
How to test class with 'simple' inner class #240
Comments
(In fact dns is available, I just miss Seems related doc https://www.pojo.pl/writing-tests/#basic-test is not up-to-date ? Here is what I've done:
no more |
In fact there is a bug I have identified concerning generation of objects when trying to test hashcode and equals methods. Sometimes it generates similar objects, with same hash code and equals, instead of generate objects with different attribute values. A workaround is to use the |
well thanks,
|
Hi
I would like to use PoJo tester
0.7.6
to test the following class:(I'm using Lombok annotations too)
I doubt that this class is no more a strict PoJo but I would like to use pojo tester if feasible.
So In my test I'm calling
assertPojoMethodsFor(Questionnaire.class.getName()).areWellImplemented();
As result I've:
I think I do need to add a
field value changer
for my inner classHow can I do that ?
I would like to ask this on rocketChat or check the documentation but
pojo.pl
domain is unavailable at all.Thanks
PS/ seems not exactly the same as #126
The text was updated successfully, but these errors were encountered: