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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 764 - 793 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
764
Hi, Has anyone been able to run JSUnit in IE7. Is there any configuration I need specifically for this? I already have turned "Enable native XMLHTTP support"...
Jacklyn S. Ng
jacklynszewing
Offline Send Email
Dec 13, 2006
6:39 am
765
I get the same behavior when I try to run the following command directly in a command window: iexplore.exe ...
Jacklyn S. Ng
jacklynszewing
Offline Send Email
Dec 13, 2006
7:51 pm
766
I forgot to mention that I am trying to run with JUnit. [INFO,TestMgr] ==== Executing Test Suite: testCalendarJS ========== [INFO,TestMgr] Test class...
Jacklyn S. Ng
jacklynszewing
Offline Send Email
Dec 13, 2006
7:53 pm
767
Hi, I'm a relative newbie to JSUnit. I am running it successfully on some tests we have developed over at OpenAjax Alliance (www.openajax.org) on Windows (IE...
jon_ferraiolo
Offline Send Email
Dec 21, 2006
5:01 am
768
Hi everybody, I have a function that takes an event as parameter. Now I'd like to test this function, but I do not know how to pass the event. The function is...
katharinakreis
Offline Send Email
Jan 25, 2007
3:18 pm
769
Hello, You can create an Object that acts as an event object: function testTest() { event = new Object(); event.target = "value"; var result = test(event); ...
Matthew
mat_the_green
Online Now Send Email
Jan 25, 2007
10:23 pm
770
You have two way for that case. First, you can use mock object. Just create new Object and set the attributes needed. for example, if the function need ...
Youngrok Pak
pakyoungrok
Offline Send Email
Jan 27, 2007
3:40 am
771
Hi, I am new user to JSUnit Eclipse plugin. I run this plugin under Eclipse 3.2, with JDK 1.6, java error is like: Exception in thread "main"...
marmot101
Offline Send Email
Jan 28, 2007
9:41 am
772
Hi, is there an example how i can use jsunit in my local firefox without a webserver, something like file:///tmp/test.html? Thanks Marcel...
Marcel Ruff
ruffmarcel
Offline Send Email
Jan 28, 2007
8:33 pm
773
Marcel, The typical use of JsUnit is just to open testRunner.html in your browser using the file system. - Edward...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 28, 2007
8:35 pm
774
Hi, i don't know how to test number equality: assertEquals(new Number(1), new Number(1)); returns Expected <1> (Number) but was <1> (Number) ... similar: var...
Marcel Ruff
ruffmarcel
Offline Send Email
Feb 1, 2007
4:05 pm
775
Hi: I'm very glad to jsunit,It's very great. I find the plugin for eclipse but can't find any plugin for IntelliJ IDEA,I write javascript with intellij...
hyysguyang
Offline Send Email
Feb 1, 2007
4:05 pm
776
Hi, Yes, a plugin for IntelliJ is on the roadmap. It's been lowered a bit in priority, though, because IntelliJ 6 has the ability to display web pages - ...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 1, 2007
4:12 pm
777
For my libraries, I write my own test pages. For example, http://www.javascripttoolbox.com/lib/util/test.php I'm considering switching to jsUnit because it...
matt_kruse
Offline Send Email
Feb 2, 2007
4:04 pm
778
... Hi Marcel, 1 and 1 are always equal, the question is if their subsequent containers (Number-Object in this case) is identical. a1 = new Number(1); a2 = new...
frachmichdocheinfach
joanis2k3
Offline Send Email
Feb 2, 2007
4:06 pm
779
"matt_kruse" <matt@...> wrote on Thursday, January 18, 2007 ... That would be cool, but difficult for free. It would help if there were a virtual...
J. David Beutel
david_beutel
Offline Send Email
Feb 2, 2007
10:00 pm
780
"frachmichdocheinfach" <joanis@...> wrote on Friday, February 02, ... Hi Marcel, I'd like to add that the important distinction is between the primitive ...
J. David Beutel
david_beutel
Offline Send Email
Feb 2, 2007
10:01 pm
781
Hi again, shouldn't assertEquals(new Number(1), new Number(1)); do a a1.valueOf() === a2.valueOf() behind the scenes, that is what typically is excpected...
Marcel Ruff
ruffmarcel
Offline Send Email
Feb 2, 2007
10:01 pm
782
There actually has been quite a bit of work in this area. Currently the public farm exists and is stable, but wouldn't scale very well. I'd be interested in...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 2, 2007
10:04 pm
783
Is there any update on this?...
ofpichon
Offline Send Email
Feb 3, 2007
6:45 am
784
Hi, First I like to thank Edward and other contributors for this nice application. Now my question is how to get the embedded Jetty in JsUnit Server to start...
vak1232003
Offline Send Email
Feb 7, 2007
6:34 pm
785
Hi all, I think we need a new logo for JsUnit. The current one is pretty old and not much effort was put into it. We need a cool new one. I'd like to open...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 8, 2007
1:01 am
786
Hello. I am trying to run jsunit with the following command: java -jar jsunit but I get the following error: Exception in thread "main"...
markrobertcoleman1981
markrobertco...
Offline Send Email
Feb 8, 2007
3:39 pm
787
When running a TestPage in JsUnit in IE (7) from the filesystem (file://), the Tests are not run on my machine. I tracked this problem down to the fact that...
Robert Cerny
robert_cerny
Offline Send Email
Feb 9, 2007
8:16 pm
788
Hi Robert, You have to add the mark of the web to your html test page. Check out the following from MS - ...
Justin Early
jrocknscooter
Offline Send Email
Feb 9, 2007
9:00 pm
789
Maybe you simply need to enable "Allow active content to run on My Computer" in your IE Options > Advanced tab. dhwang ... From: Justin Early...
dh wang
dhwang101
Offline Send Email
Feb 10, 2007
1:02 am
790
Justin, dhwang, Thanks for your suggestions. I have the active content setting enabled and fiddling around with the MOTW did not yield any results. I did...
Robert Cerny
robert_cerny
Offline Send Email
Feb 10, 2007
5:53 pm
791
The reason that the functions need to be in the test page is that we haven't been able to find a way for IE to be able to discover functions that are in an...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 10, 2007
5:55 pm
792
When i run a standalone test on Windows XP, the call to IE 7 fails. I am using the *file* protocol. The issue in this case seems to be, that IE has a problem...
Robert Cerny
robert_cerny
Offline Send Email
Feb 11, 2007
4:52 pm
793
Hi: That's a good job!Thank you very much! Now I run my test with the testRunner.htm inside the IntelliJ IDE,But I find it's not convenient when I want test...
hyysguyang
Offline Send Email
Feb 12, 2007
7:08 am
Messages 764 - 793 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