tornaia/matcher-generator-for-java

is<Field> is not generated

Closed this issue · 1 comments

If the source class has a boolean property with corresponding getter which has the following layout:
public boolean is. For example:

public boolean isAnimal() {
return animal;
}

Then the generator will not generate it as field of the matcher and leave it out from the matches part.

Regards,
Dani

Fixed and example updated.