|
From: Manuel Saint-V. <dia...@gm...> - 2006-04-18 15:13:34
|
I would like to write some unit tests for some classes that have already been developed -Can someone please guide me through this or point me in the direction of some docs that might facilitate this? Thanks Mani |
|
From: Manuel Saint-V. <dia...@gm...> - 2006-04-18 15:16:50
|
I would like to write some unit tests for some classes that have already been developed -Can someone please guide me through this or point me in the direction of some docs that might facilitate this? Thanks Mani |
|
From: Luke B. <lb...@gm...> - 2006-04-18 16:32:51
|
Hey Manuel, The way that I usually do this is by first backing up my source files (we use subversion). Then run the XUL UI as if I were going to create a new class with the exact name of an existing classe - but when asked if I want to overwrite the existing file, I just choose "no". This should create a new TestCase and some TestSuites for you. Once you get to this point, it's just like working on new functionality. Please let me know if that doesn't work. Thanks, Luke On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > I would like to write some unit tests for some classes that have already > been developed -Can someone please guide me through this or point me in t= he > direction of some docs that might facilitate this? > > Thanks > > Mani > > > |
|
From: Manuel Saint-V. <dia...@gm...> - 2006-04-18 16:35:38
|
Thanks Luke Right now I'm working through the tutorial again from within the Flash IDE so I haven't looked at the other interface yet. I'll let you know how it goes M On 4/18/06, Luke Bayes <lb...@gm...> wrote: > > Hey Manuel, > > The way that I usually do this is by first backing up my source files (we > use subversion). > Then run the XUL UI as if I were going to create a new class with the > exact name of an existing classe - but when asked if I want to overwrite = the > existing file, I just choose "no". > > This should create a new TestCase and some TestSuites for you. > > Once you get to this point, it's just like working on new functionality. > > > Please let me know if that doesn't work. > > > Thanks, > > Luke > > > On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > > > I would like to write some unit tests for some classes that have alread= y > > been developed -Can someone please guide me through this or point me in= the > > direction of some docs that might facilitate this? > > > > Thanks > > > > Mani > > > > > > > |
|
From: Luke B. <lb...@gm...> - 2006-04-18 16:55:54
|
I highly recomend the XUL UI over the Flash UI. We were extremely limited when building the Flash UI because of how limited the Macromedia XUL implementation was. (only a XUL Dialog - not a XUL Window). For the XUL UI, we actually built a desktop application that is much more full-featured. Anyway - let us know how your experience goes. Thanks, Luke Bayes www.asunit.org On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > Thanks Luke > Right now I'm working through the tutorial again from within the Flash ID= E > so I haven't looked at the other interface yet. > > I'll let you know how it goes > M > > > On 4/18/06, Luke Bayes <lb...@gm...> wrote: > > > > Hey Manuel, > > > > The way that I usually do this is by first backing up my source files > > (we use subversion). > > Then run the XUL UI as if I were going to create a new class with the > > exact name of an existing classe - but when asked if I want to overwrit= e the > > existing file, I just choose "no". > > > > This should create a new TestCase and some TestSuites for you. > > > > Once you get to this point, it's just like working on new functionality= . > > > > > > Please let me know if that doesn't work. > > > > > > Thanks, > > > > Luke > > > > > > On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > > > > > I would like to write some unit tests for some classes that have > > > already been developed -Can someone please guide me through this or p= oint me > > > in the direction of some docs that might facilitate this? > > > > > > Thanks > > > > > > Mani > > > > > > > > > > > > |
|
From: Manuel Saint-V. <dia...@gm...> - 2006-04-18 17:04:10
|
Even for a newbie? I'm definitely going to migrate to it once I get a feel for this- On 4/18/06, Luke Bayes <lb...@gm...> wrote: > > > I highly recomend the XUL UI over the Flash UI. We were extremely limited > when building the Flash UI because of how limited the Macromedia XUL > implementation was. (only a XUL Dialog - not a XUL Window). > > For the XUL UI, we actually built a desktop application that is much more > full-featured. > > Anyway - let us know how your experience goes. > > > Thanks, > > > Luke Bayes > www.asunit.org > > > > > On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > > > Thanks Luke > > Right now I'm working through the tutorial again from within the Flash > > IDE so I haven't looked at the other interface yet. > > > > I'll let you know how it goes > > M > > > > > > On 4/18/06, Luke Bayes <lb...@gm...> wrote: > > > > > > Hey Manuel, > > > > > > The way that I usually do this is by first backing up my source files > > > (we use subversion). > > > Then run the XUL UI as if I were going to create a new class with the > > > exact name of an existing classe - but when asked if I want to overwr= ite the > > > existing file, I just choose "no". > > > > > > This should create a new TestCase and some TestSuites for you. > > > > > > Once you get to this point, it's just like working on new > > > functionality. > > > > > > > > > Please let me know if that doesn't work. > > > > > > > > > Thanks, > > > > > > Luke > > > > > > > > > On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > > > > > > > I would like to write some unit tests for some classes that have > > > > already been developed -Can someone please guide me through this or= point me > > > > in the direction of some docs that might facilitate this? > > > > > > > > Thanks > > > > > > > > Mani > > > > > > > > > > > > > > > > > > |
|
From: Manuel Saint-V. <dia...@gm...> - 2006-04-18 17:25:36
|
Is there a method for checking the values of local variables in my method? I ahve some vars in my method that I would like to make sure are not undefined but they do not change instance variables when they are called. They send data via a loadvars. On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > Even for a newbie? > I'm definitely going to migrate to it once I get a feel for this- > > > > On 4/18/06, Luke Bayes < lb...@gm...> wrote: > > > > > > I highly recomend the XUL UI over the Flash UI. We were extremely > > limited when building the Flash UI because of how limited the Macromedi= a XUL > > implementation was. (only a XUL Dialog - not a XUL Window). > > > > For the XUL UI, we actually built a desktop application that is much > > more full-featured. > > > > Anyway - let us know how your experience goes. > > > > > > Thanks, > > > > > > Luke Bayes > > www.asunit.org > > > > > > > > > > On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > > > > > Thanks Luke > > > Right now I'm working through the tutorial again from within the Flas= h > > > IDE so I haven't looked at the other interface yet. > > > > > > I'll let you know how it goes > > > M > > > > > > > > > On 4/18/06, Luke Bayes <lb...@gm...> wrote: > > > > > > > > Hey Manuel, > > > > > > > > The way that I usually do this is by first backing up my source > > > > files (we use subversion). > > > > Then run the XUL UI as if I were going to create a new class with > > > > the exact name of an existing classe - but when asked if I want to = overwrite > > > > the existing file, I just choose "no". > > > > > > > > This should create a new TestCase and some TestSuites for you. > > > > > > > > Once you get to this point, it's just like working on new > > > > functionality. > > > > > > > > > > > > Please let me know if that doesn't work. > > > > > > > > > > > > Thanks, > > > > > > > > Luke > > > > > > > > > > > > On 4/18/06, Manuel Saint-Victor <dia...@gm...> wrote: > > > > > > > > > > I would like to write some unit tests for some classes that have > > > > > already been developed -Can someone please guide me through this = or point me > > > > > in the direction of some docs that might facilitate this? > > > > > > > > > > Thanks > > > > > > > > > > Mani > > > > > > > > > > > > > > > > > > > > > > > > > |