Where should I store a sample xml file used by a grails unit test?
Posted
by ScArcher2
on Stack Overflow
See other posts from Stack Overflow
or by ScArcher2
Published on 2010-03-12T16:34:34Z
Indexed on
2010/03/12
16:37 UTC
Read the original article
Hit count: 147
I've written an xml parser, and I've written a unit test to go with it. Where should I store the actual xml file to be used by the test?
Should I just store it under test/unit/whatever package the test is in?
© Stack Overflow or respective owner