Mixermachine / base-test

Automated testing of Java classes via reflections
21 stars 3 forks source link

Add separate getter and setter checks #51

Open Mixermachine opened 4 years ago

Mixermachine commented 4 years ago

Sometimes there might not be a pair of getter and setter for a hidden variable.

Implement separate checks for getter and setter. Work with reflections to view/edit internal variables