mapstruct / mapstruct-examples

Examples for using MapStruct
Other
1.28k stars 512 forks source link

Using it in tests #35

Open dcalap opened 6 years ago

dcalap commented 6 years ago

Add some tests.

Regarding this problem I had -> https://github.com/tbroyer/gradle-apt-plugin/issues/73

Just notice that if you try to use this combo in tests, you need to use testApt in the build.gradle dependencies instead of apt.

filiphr commented 6 years ago

Thanks for the info @dcalap. In case you have time you can add such examples to the mapstruct-on-gradle example