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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 774 - 803 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
794
Hi guys, We have been using jsunit and selenium for awhile now and found them useful. Today though I found out about Selenium On Rails and it makes for a ...
Paul Watson
paulmiwatson
Offline Send Email
Feb 13, 2007
3:35 pm
795
Hello, I would like to test a xulrunner application using jsUnit. The idea being that jsUnit would launch xulrunner with a given .xul file. Is this possible?...
markrobertcoleman1981
markrobertco...
Offline Send Email
Feb 13, 2007
3:37 pm
796
OK I figured it out. I need to use the second parameter in eval to have the right context. e.g. eval("''.isBlank();", selenium.browserbot.getCurrentWindow()) ...
Paul Watson
paulmiwatson
Offline Send Email
Feb 13, 2007
5:05 pm
797
I created a selenium test that would run my jsunit tests. It took some minor changes to jsunit because jsunit expects to be running as the top-level window....
James Estes
house_jester
Offline Send Email
Feb 13, 2007
11:28 pm
798
I am trying to create a test hierarchy in which I have a main test suite, and within it several test pages each containing several test functions. Each test...
markrobertcoleman1981
markrobertco...
Offline Send Email
Feb 15, 2007
5:17 pm
799
James, I'd be interested in seeing that code! Thanks, Larry...
Larry Karnowski
lawjoskar
Online Now Send Email
Feb 16, 2007
4:23 pm
800
Hello, An interesting problem that I wanted to share with the group: We recently installed TeamCity on our build box and ran into an issue with our first...
shambleh
Offline Send Email
Feb 21, 2007
12:37 am
801
"file:///C:/jsUnitTesting/jsunit/testRunner.html?testpage=c:/jsUnitTesting/jsunit/tests/jsUnitWORKTest.html&autoRun=true" When I try to use the above url in a...
markrobertcoleman1981
markrobertco...
Offline Send Email
Feb 23, 2007
4:03 pm
802
... You need to encode your ampersands e.g. ?testpage=c:/jsUnitTesting/jsunit/tests/jsUnitWORKTest.html&amp;autoRun=true" The & in your query-string becomes...
Paul Watson
paulmiwatson
Offline Send Email
Feb 23, 2007
4:53 pm
803
I just installed netbeans and JSUnit. WHen I attempt to run the JSUnit Example, I get the following error: What is wrong...... (any suggestions would be...
s_nelligan
Offline Send Email
Feb 25, 2007
12:27 am
Messages 774 - 803 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