Search code examples
javaunit-testingyamlfixturesplayframework

Any YAML based fixture loader for Java?


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?


Solution

  • 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.