I've used DbUnit but after playing about with the Play Framework recently I've found it's Fixtures.load(String yamlFilename) really useful. Anyone know of a similar tool that can be used with any Java project?
+1
A:
Typical, I found the answer immediately after posting the question. Looks like JYaml is what I'm after. The first time I seen this tool I just glanced at YAML4DbUnit and thought it was just an extension to DbUnit.
Adrian
2010-05-04 20:36:16
Actually I ditched JYaml in the end in and went with SnakeYAML. No particular reason. I just felt more comfortable with it since JYaml hadn't had a release since 2007.
Adrian
2010-05-18 18:08:58
+1
A:
Fixjures: http://fixjures.googlecode.com/
2.0-rc1 includes YAML support. The library supports POJOs and interface proxies.
Steve Reed
2010-05-25 20:57:47