|
From: Paul B. <eye...@gm...> - 2006-06-19 14:17:25
|
Hi - has anyone written a simple getting started resource for ASUnit3 using Flex? I'm just about to dive into this, and if there isnt one already written, I'll post step by steps... |
|
From: Luke B. <lb...@gm...> - 2006-06-19 17:10:11
|
This is the closest thing available right now: http://www.asserttrue.com/articles/2006/03/09/test-driven-development-with-actionscript-3-0 But it's admittedly pretty rushed. If you'd like to put something better together, that would be great, just let us know where you post it. Thanks, Luke www.asunit.org |
|
From: Paul B. <eye...@gm...> - 2006-06-19 17:42:37
|
hehe thanks Luke, I was kind of hoping to have it easy :) I'll post on eyefodder when I have some feedback, and let you guys know in here... PBH On 6/19/06, Luke Bayes <lb...@gm...> wrote: > This is the closest thing available right now: > > http://www.asserttrue.com/articles/2006/03/09/test-driven-development-with-actionscript-3-0 > > But it's admittedly pretty rushed. > > If you'd like to put something better together, that would be great, just > let us know where you post it. > > > Thanks, > > > Luke > www.asunit.org > > > > > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > > > |
|
From: Paul S. <pa...@fl...> - 2006-06-19 17:32:49
|
Speaking of ASUnit and AS3 is there an official port of the framework to beta 3? Paul BH wrote: > Hi - has anyone written a simple getting started resource for ASUnit3 > using Flex? I'm just about to dive into this, and if there isnt one > already written, I'll post step by steps... > > |
|
From: Ali M. <ali...@gm...> - 2006-06-19 20:56:47
|
Hey Paul, We don't have an official beta 3 port, but I think that AsUnit for ActionScript 3.0 should still work. I'll double check tonight. Have you tried AsUnit with beta 3? If so, have you had trouble? Ali On 6/19/06, Paul Spitzer <pa...@fl...> wrote: > Speaking of ASUnit and AS3 is there an official port of the framework to > beta 3? > > > > Paul BH wrote: > > Hi - has anyone written a simple getting started resource for ASUnit3 > > using Flex? I'm just about to dive into this, and if there isnt one > > already written, I'll post step by steps... > > > > > > > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > -- Ali |
|
From: Robert P. <in...@ro...> - 2006-06-23 19:02:08
|
Hey Ali, I see you checked in a port for beta 3 on Tuesday, thanks! Robert -----Original Message----- From: asu...@li... [mailto:asu...@li...]On Behalf Of Ali Mills Sent: June 19, 2006 1:57 PM To: asu...@li... Subject: Re: [Asunit-users] getting started with ASUnit3 & Flex Hey Paul, We don't have an official beta 3 port, but I think that AsUnit for ActionScript 3.0 should still work. I'll double check tonight. Have you tried AsUnit with beta 3? If so, have you had trouble? Ali On 6/19/06, Paul Spitzer <pa...@fl...> wrote: > Speaking of ASUnit and AS3 is there an official port of the framework to > beta 3? > > > > Paul BH wrote: > > Hi - has anyone written a simple getting started resource for ASUnit3 > > using Flex? I'm just about to dive into this, and if there isnt one > > already written, I'll post step by steps... > > > > > > > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > -- Ali _______________________________________________ Asunit-users mailing list Asu...@li... https://lists.sourceforge.net/lists/listinfo/asunit-users |
|
From: Paul S. <pa...@fl...> - 2006-06-19 21:22:08
|
Hey Ali, I have tried and am currently running the framework w/ beta 3. I did have to change a few things to get it to work. Pretty minor stuff... change util to utils, remove delete calls, etc. Was curious if this had already been done and was just not released yet. Sounds like it hasn't. best, Paul Ali Mills wrote: > Hey Paul, > > We don't have an official beta 3 port, but I think that AsUnit for > ActionScript 3.0 should still work. I'll double check tonight. Have > you tried AsUnit with beta 3? If so, have you had trouble? > > > Ali > > > On 6/19/06, Paul Spitzer <pa...@fl...> wrote: > >> Speaking of ASUnit and AS3 is there an official port of the framework to >> beta 3? >> >> >> >> Paul BH wrote: >> >>> Hi - has anyone written a simple getting started resource for ASUnit3 >>> using Flex? I'm just about to dive into this, and if there isnt one >>> already written, I'll post step by steps... >>> >>> >>> >> >> > > > |
|
From: Johannes N. <joh...@gm...> - 2006-06-20 10:29:43
|
i did this in my templates for as3, and also altered the code to make it work properly. my display is still fubar, but i am checking it onto our public svn today (not the asunit one). On 6/19/06, Paul Spitzer <pa...@fl...> wrote: > > Hey Ali, > > I have tried and am currently running the framework w/ beta 3. I did > have to change a few things to get it to work. Pretty minor stuff... > change util to utils, remove delete calls, etc. Was curious if this had > already been done and was just not released yet. Sounds like it hasn't. > > best, > > Paul > > > > Ali Mills wrote: > > Hey Paul, > > > > We don't have an official beta 3 port, but I think that AsUnit for > > ActionScript 3.0 should still work. I'll double check tonight. Have > > you tried AsUnit with beta 3? If so, have you had trouble? > > > > > > Ali > > > > > > On 6/19/06, Paul Spitzer <pa...@fl...> wrote: > > > >> Speaking of ASUnit and AS3 is there an official port of the framework > to > >> beta 3? > >> > >> > >> > >> Paul BH wrote: > >> > >>> Hi - has anyone written a simple getting started resource for ASUnit3 > >>> using Flex? I'm just about to dive into this, and if there isnt one > >>> already written, I'll post step by steps... > >>> > >>> > >>> > >> > >> > > > > > > > > > > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > -- j:pn http://www.lennel.org |
|
From: Paul B. <eye...@gm...> - 2006-06-20 11:50:16
|
Like the other Paul, and johannes, I got it to work with a bit of cleaning... I'm not using your runner / printer, but Im actually looking at using the same runner / printer I built for flexunit (the one that prints out xml formatted stuff for my cruisecontrol thing) for non-visual stuff, and *hopefully* using the flexunit GUI for visual feedback. I'm basically trying to get a setup whereby it doesnt matter which framework you use, you still have the same feedback / level of detail... On 6/20/06, Johannes Nel <joh...@gm...> wrote: > i did this in my templates for as3, and also altered the code to make it > work properly. my display is still fubar, but i am checking it onto our > public svn today (not the asunit one). > > > On 6/19/06, Paul Spitzer <pa...@fl...> wrote: > > Hey Ali, > > > > I have tried and am currently running the framework w/ beta 3. I did > > have to change a few things to get it to work. Pretty minor stuff... > > change util to utils, remove delete calls, etc. Was curious if this had > > already been done and was just not released yet. Sounds like it hasn't. > > > > best, > > > > Paul > > > > > > > > Ali Mills wrote: > > > Hey Paul, > > > > > > We don't have an official beta 3 port, but I think that AsUnit for > > > ActionScript 3.0 should still work. I'll double check tonight. Have > > > you tried AsUnit with beta 3? If so, have you had trouble? > > > > > > > > > Ali > > > > > > > > > On 6/19/06, Paul Spitzer < pa...@fl...> wrote: > > > > > >> Speaking of ASUnit and AS3 is there an official port of the framework > to > > >> beta 3? > > >> > > >> > > >> > > >> Paul BH wrote: > > >> > > >>> Hi - has anyone written a simple getting started resource for ASUnit3 > > >>> using Flex? I'm just about to dive into this, and if there isnt one > > >>> already written, I'll post step by steps... > > >>> > > >>> > > >>> > > >> > > >> > > > > > > > > > > > > > > > > > _______________________________________________ > > Asunit-users mailing list > > Asu...@li... > > https://lists.sourceforge.net/lists/listinfo/asunit-users > > > > > > -- > j:pn > http://www.lennel.org > > > > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > > > |