On Sat, Aug 18, 2012 at 2:14 PM, Cemo Koc <
cemalet...@gmail.com> wrote:
> Hi Tatu,
>
> I would like to create configuration instances at my test cases.
Ok. One thing I did have to do was to add setter methods, since
properties tended to be protected (not public), for core properties.
And I usually define my own configuration properties as public, since
I control all code and need not ensure immutability.
> Actually I want to have glue codes for JUnit, DBUnit and Dropwizard. For me
> it is fitting better when I will have dynamically changing database because
> of the nature of our system. Instead of hardcoding database configurations
> as a localhost, It can be great to read configuration file for test cases.
Definitely.
>
> BTW, I am a big fan of you. :)
Thanks!
>
> Thanks for your attention.
No problem -- I think this mailing list is nice in that people are
learning & sharing ideas, quite productive as far as lists go.
-+ Tatu +-