Re: JUnit with Cold Fusion

2004-03-19 Thread Thomas Chiverton
On Friday 19 Mar 2004 04:51 am, Chris Jensen wrote: This tool works differently from junit, but produces test harnesses from simple Fusedocs. The is also CFUnit from DevNet that works really well. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

RE: JUnit with Cold Fusion

2004-03-19 Thread Raymond Camden
On Friday 19 Mar 2004 04:51 am, Chris Jensen wrote: This tool works differently from junit, but produces test harnesses from simple Fusedocs. The is also CFUnit from DevNet that works really well. I just want to plus one this recommendation. I find the CFUnit code works very nice.

RE: JUnit with Cold Fusion

2004-03-19 Thread Qasim Rasheed
18, 2004 9:31 PM To: CF-Talk Subject: JUnit with Cold Fusion Hi, I've been looking into getting into better testing practices with cold fusion development. I was looking into tools to support this, and while not actually a cold fusion tool - JUnit (and some supporting projects for it) seems

Re: JUnit with Cold Fusion

2004-03-19 Thread Phil Cruz
added some additional assertions for Query, Structure, Array and Component comparisons. Qasim -Original Message- From: Chris Jensen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:31 PM To: CF-Talk Subject: JUnit with Cold Fusion Hi, I've been looking into getting

RE: JUnit with Cold Fusion

2004-03-19 Thread Paul Kenney
:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 6:18 AM To: CF-Talk Subject: RE: JUnit with Cold Fusion CFUnit is really handy and works similarly to JUnit. I have been using it for a while now although I did added some additional assertions for Query, Structure, Array and Component comparisons

Re: JUnit with Cold Fusion

2004-03-19 Thread Jon Gunnip
assertions for Query, Structure, Array and Component comparisons. Qasim -Original Message- From: Chris Jensen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:31 PM To: CF-Talk Subject: JUnit with Cold Fusion Hi, I've been looking into getting into better testing practices

Re: JUnit with Cold Fusion

2004-03-19 Thread stas
How about CF_Breaker? As in Mr. Breaker. - Original Message - From: Paul Kenney [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 19, 2004 12:19 PM Subject: RE: JUnit with Cold Fusion When I first saw CFUnit, I thought cool!, but what if... So I looked at Junit

RE: JUnit with Cold Fusion

2004-03-19 Thread Paul Kenney
tests through an IDE of your choice (ala Studio or DW extension). Paul Kenney WebMaster, CorporateWarriors.com 916-663-1963 -Original Message- From: Jon Gunnip [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 9:50 AM To: CF-Talk Subject: Re: JUnit with Cold Fusion I've also made

JUnit with Cold Fusion

2004-03-18 Thread Chris Jensen
Hi, I've been looking into getting into better testing practices with cold fusion development. I was looking into tools to support this, and while not actually a cold fusion tool - JUnit (and some supporting projects for it) seems to be the best option by far, so I was thinking of trying to get

Re: JUnit with Cold Fusion

2004-03-18 Thread Steve Nelson
development. I was looking into tools to support this, and while not actually a cold fusion tool - JUnit (and some supporting projects for it) seems to be the best option by far, so I was thinking of trying to get it working in CFMX. Has anyone else tried this and found any pitfalls? Or, does anyone