Re: [google-appengine] Loading Seed Data for Unit Testing

2010-07-14 Thread Ikai L (Google)
Not with our helpers, but you can specify and do this in a helper object and do it in code. I think it would actually be easier to do it in code than in yet another language (XML) and easier to maintain. You'll have more flexibility and won't have to troubleshoot problems mapping from XML to your

[google-appengine] Loading Seed Data for Unit Testing

2010-07-13 Thread vhazrati
Hi, We are using JPA for our Dao's to interact with the datastore. I was wondering is there is a way to load seed data for unit testing. I can insert the entities using JPA in the setup() method here private final LocalServiceTestHelper helper = new LocalServiceTestHelper(new