Re: [JSMentors] DOM Unit Alpha 0.3

2010-12-23 Thread Garrett Smith
On 12/22/10, Eric Pascarello wrote: > What is different about your framework than the others that are out there? > > http://seleniumhq.org/ Totally different animal. Selenium's for acceptance testing. I used that before for a company where the "customer" was the business folks. Was a great way t

Re: [JSMentors] DOM Unit Alpha 0.3

2010-12-23 Thread Eric Pascarello
What is different about your framework than the others that are out there? http://seleniumhq.org/ http://www.jsunit.net/ http://docs.jquery.com/Qunit Eric On Tue, Dec 21, 2010 at 3:30 AM, Garrett Smith wrote: > Hey all, > > I'm working on a unit testing framework for unit testing javascript

Re: [JSMentors] DOM Unit Alpha 0.3

2010-12-21 Thread Balázs Galambosi
2010/12/21 Garrett Smith : > There is also the sore spot of not being able to set the `toElement` > or `fromElement in MSIE. I already posted about that on the jsmentors > mailing list, when it was a good mailing list, and before the whole > thing moved to GG. Until you post awesome things like th

[JSMentors] DOM Unit Alpha 0.3

2010-12-21 Thread Garrett Smith
Hey all, I'm working on a unit testing framework for unit testing javascript abstractions that run in browsers: domunit. https://github.com/GarrettS/ape-javascript-library/downloads The framework uses declarative style object literals for testing; each test is property name that starts with "tes