Mixermachine / base-test

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

Introduce strict mode #54

Open Mixermachine opened 4 years ago

Mixermachine commented 4 years ago

Sometimes when executing checks certain variables are ignored. For example in the getterIsSetterCheck when there is no setter for a getter, this getter will be ignored and the test will still succeed.

Introduce a strict mode in which this would fail a test. The failing parts should be manually excludable (via regex or direct string compare)