Examples of using Spring with JUnit

2006-11-09 Thread Mick Knutson
I am wondering if anyone has some examples of calling a test Spring resource (test/resources/applicationContext.xml) from JUnit to run when Maven is running my Unit tests... -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

Re: Examples of using Spring with JUnit

2006-11-09 Thread David Whitehurst
Mick: Take a look at the source for appfuse2 David On 11/9/06, Mick Knutson [EMAIL PROTECTED] wrote: I am wondering if anyone has some examples of calling a test Spring resource (test/resources/applicationContext.xml) from JUnit to run when Maven is running my Unit tests... -- Thanks DJ

Re: Examples of using Spring with JUnit

2006-11-09 Thread Greg_Vaughn
Mick Knutson [EMAIL PROTECTED] wrote on 11/09/2006 01:11:38 PM: I am wondering if anyone has some examples of calling a test Spring resource (test/resources/applicationContext.xml) from JUnit to run when Maven is running my Unit tests... It's been really straightforward for me. Use

Re: Examples of using Spring with JUnit

2006-11-09 Thread Mick Knutson
Which appfuse has the Maven integration? On 11/9/06, David Whitehurst [EMAIL PROTECTED] wrote: Mick: Take a look at the source for appfuse2 David On 11/9/06, Mick Knutson [EMAIL PROTECTED] wrote: I am wondering if anyone has some examples of calling a test Spring resource