crowdcode-de / KissMDA

Keep It Simple Stupid, MDA!
33 stars 8 forks source link

Use Juckito and remove all setter methods in all classes which only work as helper for JUnit test #30

Closed lofidewanto closed 11 years ago

lofidewanto commented 11 years ago

Use @RunWith(JukitoRunner.class) so that we don't need any setter methods just for wiring the objects (context in DI).

lofidewanto commented 11 years ago

Done, example: https://github.com/crowdcode-de/KissMDA/blob/master/cartridges/kissmda-cartridges-simple-java/src/test/java/de/crowdcode/kissmda/cartridges/simplejava/EnumGeneratorTest.java