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...
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...
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 - ...
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...
... 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" <joanis@...> wrote on Friday, February 02, ... Hi Marcel, I'd like to add that the important distinction is between the primitive ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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?...
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()) ...
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....
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...
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...
"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...
... You need to encode your ampersands e.g. ?testpage=c:/jsUnitTesting/jsunit/tests/jsUnitWORKTest.html&autoRun=true" The & in your query-string becomes...
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...