Re: Grails Test Fixtures
Comments:

It looks like part of the problem is that FixtureLoader doesn't save the results of beanBuilder.createApplicationContext().

And if we adding some logic to invokeMethod(), such that it looked in ctx.getBean(methodName) we could then use fixtureLoader.jobOne to get the Job created in the fixture.

Posted by Lance (66.187.202.163) on February 04, 2009 at 02:57 PM CST #

Comments have been disabled.