Search the web
Sign In
New User? Sign Up
jsunit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 864 - 893 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
864
Is there a way (on Windows) to setup JSUnit to test javascript functions inlined inside aspx pages? Thanks for any help, Lindsay...
lnsanford
Offline Send Email
May 2, 2007
3:09 am
865
Hi: I'm trying to test a .NET DLL with JSUnit. In a standalone HTML document, the following markup creates an object named "xyz": <head> <object id="xyz" ...
ndronen
Offline Send Email
May 2, 2007
7:09 pm
866
where might i find instructions on using jsunit with eclipse? i downloaded and installed the plugin and the framework, but i'm not sure what to do next. ...
julianabiodun
Offline Send Email
May 3, 2007
7:35 pm
867
We're currently overhauling the documentation on the website, so there will be more information there soon. Is there a specific question you have about the...
Edward Hieatt
edwardhieatt
Offline Send Email
May 3, 2007
9:23 pm
868
brilliant! did as you instructed. thanks for your help. that was easy as pie. another question : is it possible to set up a build file so that i can auto-run...
bayo
julianabiodun
Offline Send Email
May 3, 2007
11:11 pm
869
JsUnit comes with build.xml, which is an ant build file that runs your JsUnit tests. Or am I missing your question?...
Edward Hieatt
edwardhieatt
Offline Send Email
May 4, 2007
12:52 am
870
I was just curious whether there's some way to have tests run automatically every time I save a file within a project. As an example, with cfcUnit, you can...
bayo
julianabiodun
Offline Send Email
May 4, 2007
2:53 pm
871
I haven't heard of anyone doing that, but it seems possible, since there's already an ant target that runs your tests. Anyone want to take a look at ...
Edward Hieatt
edwardhieatt
Offline Send Email
May 4, 2007
3:01 pm
872
hi all, i've got a test: function testWeightHasInvalidArguments() { try { var invalidWeight = new Weight(""); fail("should have thrown exception"); } catch(...
Tim Harding
gackjustsome...
Offline Send Email
May 12, 2007
6:03 pm
873
fail() throws a JsUnit exception, just as fail() in JUnit throws a JUnit exception. The trouble is that in JavaScript, exceptions aren't typed, so you can't...
Edward Hieatt
edwardhieatt
Offline Send Email
May 12, 2007
7:03 pm
874
You can type exceptions in JavaScript (see Code below), you can throw anything. If you want to find out, how to use dynamic type checking on function calls in...
Robert Cerny
robert_cerny
Offline Send Email
May 13, 2007
6:43 am
875
The correct URL is: http://www.cerny-online.com/cerny.js/documentation/guides/type-checking ...
Robert Cerny
robert_cerny
Offline Send Email
May 13, 2007
4:35 pm
876
Thank you Robert. ... <http://www.cerny-online.com/cerny.js/documentation/guides/type-checking:> ... ...
Tim Harding
gackjustsome...
Offline Send Email
May 14, 2007
2:51 pm
877
Hi! I am looking for a solution to integrate jsunit with maven2. Searching the web pointed me to sweetdev RIA (http://sweetdev-ria.sourceforge.net/ ...
s.schuth
Offline Send Email
May 14, 2007
2:57 pm
878
Thanks Edward. Very helpful. ... typed, so...
Tim Harding
gackjustsome...
Offline Send Email
May 14, 2007
2:57 pm
879
Hello everyone, I have spent the last day or two trying to resolve the following bug. When attempting to utilize a custom jsUnitTestSuite instance I run into...
Norman Harebottle
ke6nub
Offline Send Email
May 15, 2007
2:34 pm
880
Just subclass net.jsunit.StandaloneTest in your testsource, and set browserFileNames and url. Your subclass will be run by mavens normal test phase. ... ...
ronny_lovtangen
Offline Send Email
May 15, 2007
6:03 pm
881
I haven't run into that specific problem, but one inconvenience with running jsunit tests is that the test files must be served from a machine on the same...
matthew_haddock
Offline Send Email
May 15, 2007
6:05 pm
882
Hi, Does anybody know how to use JSUnit for testing functions written with asynchronous components? Specifically, I mean functions that either use the...
jameschao122
Offline Send Email
May 15, 2007
6:31 pm
883
I've rigged my XHR functions to use a global constant to determine if they're asynchronous or not (using prototype here): var XHR = new Ajax.Request (url,...
Porter, Jesse
jd_porter_r
Offline Send Email
May 15, 2007
7:08 pm
884
Thanks for the tips, I'll check out the head from SVN and see if that solves the issues. I'm not attempting to do a distributed version at this point. I am...
Norman Harebottle
ke6nub
Offline Send Email
May 15, 2007
7:10 pm
885
JsUnit comes with libraries that address both issues: jsUnitMockTimeout.jsand jsUnitAjax.js (both in jsunit/lib). jsUnitMockTimeout.js mocks out setTimeout and...
Edward Hieatt
edwardhieatt
Offline Send Email
May 15, 2007
7:35 pm
886
... A long time ago, I submitted a patch for this. Included was a short description of the API:...
Viktor Pracht
vp98765
Offline Send Email
May 15, 2007
9:12 pm
887
All - Our cruise control build is failing with 2.2 alpha because a jasper compilation of the index.jsp page in the jsunit folder is failing with the following...
jkharness87
Offline Send Email
May 18, 2007
3:07 pm
888
I'm having this same ClassDefNotFoundError issue, and can't seem to figure out why... Your attachment expired, and I'd be glad for a copy if you have the ...
durg1n
Offline Send Email
May 22, 2007
2:06 pm
889
... Do you mean you can't download the fixed version, or it does not working with Eclipse 3.2.2? if later, I don't have fix for Eclipse 3.2.2. I don't use the...
Youngrok Pak
pakyoungrok
Offline Send Email
May 22, 2007
3:54 pm
890
... Thanks for the hint and the example!...
s.schuth
Offline Send Email
May 23, 2007
2:42 pm
891
Hi there, I'm currently working on a logging API in Javascript which I need to test. My API has three methods: logToConsole - this method logs to the Firefox...
fmrseanoshea
Offline Send Email
Jun 1, 2007
2:45 pm
892
Running jsunit on opera causes a problem, simply because it does not support file:/// It should be file:// In getDocumentProtocol function of...
maxva1979
Offline Send Email
Jun 5, 2007
2:07 pm
893
Hi, Opera should work fine in JsUnit. You mention some details in the code, but what problem are you coming across when you actually try to use JsUnit? -...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 5, 2007
2:15 pm
Messages 864 - 893 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help