marook / db-fitnesse

A DB fixture plugin for the FitNesse automated testing tool.
GNU General Public License v3.0
1 stars 0 forks source link

Setters in the ConfigFixture #1

Open markgargan opened 9 years ago

markgargan commented 9 years ago

Hi Markus,

          Thanks very much for putting together this library. I spent the morning trying to marry DbFit and Xebium but the Slim TestEnv was having none of it. I came across your lib and had db access in a few mins. One very small issue, when I ran the tests fitnesse complained that the ConfigFixture had no setters for the fields. Once I threw them in everything ran smoothly. I mention it because it would be a shame for the lib not to be used because someone without a java background wouldn't necessarily know what to do. This could very well be my setup so just in case...

Using

jdk1.6.0_27 Xebium - 0.13-SNAPSHOT Selenium - 2.45.0 Fitnesse - 20130530

Thanks again for taking the time to put this together, Mark.

marook commented 9 years ago

Hi Mark,

I haven't used fitnesse for a long time and don't really remember what ConfigFixtures are :)

If something is not very well documented in the README I would ask you to just fork the repo, edit the README and send me a pull request.

Thanks, Markus