Skip to content
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

Generate different objects #11

Closed
sta-szek opened this issue Apr 14, 2016 · 0 comments
Closed

Generate different objects #11

sta-szek opened this issue Apr 14, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@sta-szek
Copy link
Owner

sta-szek commented Apr 14, 2016

EqualsTester class should test objects that have different fields values. It should test n! +2 objects where n is quantity of fields. +2 is additional cases with all fields changed and default values.
E.g.

class A {
   private int a;
   private int b;
}

Should be generated objects:
A(0, 0)
A(0,1)
A(1,0)
A(1,1)

0 - defaultowa value
1 - changed value

@sta-szek sta-szek self-assigned this Apr 15, 2016
sta-szek pushed a commit that referenced this issue Apr 20, 2016
* Generowanie wszystkich podzbiorów pól
* Porównanie wszystkich obiektów do obiektu bazowego
* Wykluczenie durnego pola jacoco
* Poprawa issues
@sta-szek sta-szek modified the milestone: 0.1.0 Apr 21, 2016
@sta-szek sta-szek changed the title Generowanie różnych obiektów Generate different objects Sep 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant