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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1033 - 1063 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1033
I remember reading not long ago that JsUnit 2.2 has implemented a solution for IE using some native browser object for finding test function names. ... From:...
dh wang
dhwang101
Online Now Send Email
Jan 5, 2008
3:19 pm
1034
Hi list, is it possible to use (human readable) strings as test function names in JSunit like in the below example from crosscheck? "test: Ball should be a...
Siemen Baader
siemenbaader
Offline Send Email
Jan 6, 2008
6:14 pm
1035
... It should be. Try window["test: something"] = function() {...} But the proper way is to put human-readable text into the optional parameter to the assert...
Viktor Pracht
vp98765
Offline Send Email
Jan 6, 2008
10:34 pm
1036
... Thanks! ... Sure. But I want to describe the tested behaviour as a whole, so this is a different thing.....
Siemen Baader
siemenbaader
Offline Send Email
Jan 7, 2008
3:37 pm
1037
Hello all, I have JsUnit running beautifully in a continuous integration environment, but I'd really like to get the eclipse plugin working, so my team members...
Ross Simpson
eldoclimber
Online Now Send Email
Jan 17, 2008
1:58 am
1039
The latest version (2.2.alpha containing the fix in IE that allows tests to be specified in external scripts) does not appear to report test results when using...
wilhol82
Offline Send Email
Jan 17, 2008
3:47 pm
1040
Does anyone have sample code to show how to set up JsUnit to test multiple browser/OS combinations? There is little documentation on the jsunit website nor...
seleneplatt
Offline Send Email
Jan 17, 2008
3:47 pm
1041
... You don't need any code to set up JsUnit to test multiple browser/OS combinations. You just need to edit the build.xml file that comes with JsUnit, install...
Erik Hanson
hanson_erik
Offline Send Email
Jan 19, 2008
4:05 pm
1042
Hi, Can you please try using the latest code in SVN? Just check out the project from https://jsunit.svn.sourceforge.net/svnroot/jsunit jsunit...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 20, 2008
5:02 pm
1043
The trunk seems to have fixed the issue - thanks! I've fixed a couple of issues in the mock timeout library (i.e. fixing it for the scenario where timeouts /...
wilhol82
Offline Send Email
Jan 23, 2008
3:35 pm
1044
Sure, feel free to upload patches at http://sourceforge.net/tracker/?group_id=28041&atid=391978...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 23, 2008
3:39 pm
1045
I am trying to execute my JSUnit test from a separate web server. The idea is to have a shared web server with the JSUnit runner installed and developers...
baardvark01
Offline Send Email
Jan 30, 2008
1:09 am
1046
Sounds like it is most likely to do with cross site scripting - i think if you are serving the jsunit scripts for your test page from a different server to...
wilhol82
Offline Send Email
Jan 31, 2008
3:49 pm
1047
Hi Erik, I am finally able to get back to figuring out this jsunit stuff. Thanks for your suggestions. Still, re: multiple OS¹s ‹ I use VMWare to run...
Selene Platt
seleneplatt
Offline Send Email
Feb 1, 2008
11:04 pm
1048
... Thanks for ... different ... VMWare ... Firebug, ... You'll want to run a JsUnit server on each of those instances. In the build.xml file on each server,...
Erik Hanson
hanson_erik
Offline Send Email
Feb 2, 2008
4:08 pm
1049
Hi does anyone know of a plugin or something for JSUnit and Bamboo? If a test fails in JSUnit I want the continuous build to know..and possibly fail. I can...
ohtesting1
Offline Send Email
Feb 8, 2008
12:27 am
1050
Hello, does anyone know if it's possible to use the latest version of JUnit (4.x) with JSUnit 2.2 alpha? I need to upgrade my JUnit for other tests. Thx!...
ohtesting1
Offline Send Email
Feb 8, 2008
12:27 am
1051
Hello, I've just started using jsUnit and have run into a problem comparing form values. I did find this note from 2004: ...
seleneplatt
Offline Send Email
Feb 9, 2008
1:04 am
1052
Well, two arrays (or any other non-primitive objects) in javascript aren't equal, even if they contain the same values, unless they are actually the same...
Jonathan Hurshman
jhurshman
Offline Send Email
Feb 9, 2008
3:34 am
1053
Also, note that more recent alpha versions of JsUnit contain assertArrayEquals which will do what you want. Erik...
Erik Hanson
hanson_erik
Offline Send Email
Feb 9, 2008
7:47 pm
1054
Thank you, I believe I do have the latest version of jsunit (it's the primary one listed on sourceforge, dated March 23, 2006. However, when I refer to...
seleneplatt
Offline Send Email
Feb 12, 2008
4:23 am
1055
... There are some newer changes in the still-unreleased alpha versions. Try checking out a more recent build with subversion: svn co...
Erik Hanson
hanson_erik
Offline Send Email
Feb 12, 2008
6:28 am
1056
I believe that JSUnit includes a component that will run a JSUnit suite as if it were a JUnit test suite. This component should allow you to run JSUnit in...
Jeremy Yun
j2yun
Online Now Send Email
Feb 14, 2008
3:23 pm
1057
We use ANT / Cruisecontrol for our builds, and an XSLT transform to convert the JSUnit output XML into standard JUnit format, which cruisecontrol can report...
Patrick Myles
patrick_t_myles
Offline Send Email
Feb 15, 2008
3:48 pm
1058
Hi. My second post to the list. I hope this hasn't been discussed before (I failed to find it if so). The goal: - write jsUnit tests that run both in-browser...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Feb 15, 2008
5:00 pm
1059
Hi list, my first post. Is there a reason to why there's no assertNotEquals in version 1.3? Thanks in advance, Fredrik Wendt...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Feb 15, 2008
5:00 pm
1060
Looks like you have the wrong list...this list is for www.jsunit.net....
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 15, 2008
5:02 pm
1061
Hi, I think you might have the wrong list. This list is for discussion of JsUnit as available at www.jsunit.net....
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 15, 2008
5:02 pm
1062
Hi Fredrik, ... You need a browser if your JavaScript code touches DOM objects. Otherwise not necessarily. Cannot say about jsunit.net. ... You can use AJAX....
Jörg Schaible
joehni
Offline Send Email
Feb 16, 2008
1:16 am
1063
Hi Frederik, ... It was not part of JUnit and therefore not added in first place and you've been the first one asking ;-) It's in now. - Jörg...
Jörg Schaible
joehni
Offline Send Email
Feb 16, 2008
1:16 am
Messages 1033 - 1063 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