Search the web
Sign In
New User? Sign Up
junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 13379 - 13409 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13379
I am unable (Eclipse v. 3.0.1) to access a descriptor document from my Ant build script using the "junit" tag. The packaging is as follows. testUtil src ...
Marvin D. Toll
marvintoll
Offline Send Email
May 1, 2005
11:23 am
13380
I've read the FAQ and searched the archives looking for info on running setup and teardown code before and after a test run. Per the FAQ I can use TestSetup to...
Adam Wildavsky
tameware
Offline Send Email
May 1, 2005
8:25 pm
13381
HI, I have a situation where junit testcases will act a as a client sending messages to the server. Based on the message returned my testcase will pass or...
Akhil Srinivasan
akhilss
Offline Send Email
May 2, 2005
7:43 pm
13382
Not really. I had originally worked under the assumption that my Java application would be invoked with the XML file dropped (by an _external_ process) into my...
paolovalladolid
Offline Send Email
May 2, 2005
7:44 pm
13383
... I'm not sure this is a good way to go - you're losing test isolation so that you will potentially experience multiple failures if a single thing is wrong...
James Abley
taboozizi
Online Now Send Email
May 2, 2005
9:13 pm
13384
... That's a little sparse to provide much help. http://www.catb.org/~esr/faqs/smart-questions.html Then we can try narrowing it down. James...
James Abley
taboozizi
Online Now Send Email
May 2, 2005
9:24 pm
13385
From: junit@yahoogroups.com [mailto:junit@yahoogroups.com] On Behalf Of James Abley ... I'm not sure this is a good way to go - you're losing test isolation It...
Cedric Beust
cbeust
Offline Send Email
May 2, 2005
9:51 pm
13386
I have created suites using DirectorySuiteBuilder to automatically find tests in each package.(by creating appropriate filters) Now I need to create a suite...
bkpreddy
Offline Send Email
May 2, 2005
10:00 pm
13388
... Hash: SHA1 Check out xmlUnit, available from http://xmlunit.sourceforge.net/. It has methods for assisting in comparisons of xml. The basic strategy is to...
Jim McMaster
mcmaster_tat...
Offline Send Email
May 3, 2005
2:02 am
13389
When I use the junit-addons to build the suite I am not able to run it from the command line,though I am able to run it successfully from eclipse.( in other...
bkpreddy
Offline Send Email
May 3, 2005
2:02 am
13390
... I'd actually prefer to decouple the four steps in a way that recreating the state one of those steps needs isn't too hard. Each of those steps already...
Ilja Preuss
ipreussde
Offline Send Email
May 3, 2005
6:36 am
13391
... You can share resources between tests by using a TestSetup, see http://junit.sourceforge.net/doc/faq/faq.htm#organize_3 It is mostly save to use this to...
Ilja Preuss
ipreussde
Offline Send Email
May 3, 2005
6:42 am
13392
... The combinatorial explosion appears if you don't maintain state. With this approach, your tests are going to look like: Test1: 1 Test2: 1-2 Test3: 1-2-3 ...
Cedric Beust
cbeust
Offline Send Email
May 3, 2005
1:49 pm
13393
... I agree that the above would be a waste of time. It seems to me as if you didn't consider the decoupling I referred to above, though. The approach I'd...
Ilja Preuss
ipreussde
Offline Send Email
May 3, 2005
2:07 pm
13394
... That's better, and if we assume that the time to test mocks is negligible (a fair assumption), the execution time will indeed be acceptable. The problem is...
Cedric Beust
cbeust
Offline Send Email
May 3, 2005
2:21 pm
13395
Soln 1:Use Cactus which provides Servlet/JSP type test interface. You can continue to use the http session using this. It is easy to use but need to depoy it...
Arun J
jayarunkumar
Online Now Send Email
May 3, 2005
2:46 pm
13396
... That's true. On the other hand it will also prevent a lot of trouble: - it's easier to write the tests (which might already result in an improvement in...
Ilja Preuss
ipreussde
Offline Send Email
May 4, 2005
7:21 am
13397
... Oh trust me, I am well aware of that :-) It's good to see that you are as well, and the fact that JUnit is only a unit-testing framework is what prompted...
Cedric Beust
cbeust
Offline Send Email
May 4, 2005
2:37 pm
13398
I am using Weblogic .. i am new to this and trying to create a simple test case for this WS public class jtest implements com.bea.jws.WebService { static...
Jyoti
jyoti_madan
Offline Send Email
May 5, 2005
12:27 am
13399
Hi, Thanks for all the input guys. I will try to give a couple of more details of what i need to do. Pardon the long post. I have a (chat server like) server...
Akhil Srinivasan
akhilss
Offline Send Email
May 5, 2005
12:27 am
13400
IBM's developerWorks has published my latest article, "Measure test coverage with Cobertura", a brief introduction to the open source Cobertura test coverage...
Elliotte Harold
elharo@...
Send Email
May 5, 2005
12:27 am
13401
I am looking to implement a status or healthcheck mechanism that would grow off my current unit testing. Currently to test my Corba work I am running my tests...
boston_ronin
Offline Send Email
May 5, 2005
12:28 am
13402
hi 2 all can anybody help me regading how to install HttpUnit and Cactus and also some sites to get free e-books of cactus and httpunit...
manjunath_cs99
Offline Send Email
May 5, 2005
12:33 am
13403
Hi I am using junit with Ant and Weblogic.Any queries please let me know, Thanks Praveen paolovalladolid <paolovalladolid@...> wrote: Not really. I had...
Praveen AH
praveen_maduray
Offline Send Email
May 5, 2005
12:34 am
13404
hi friends iam a student from sweden. i need help on following points. 1.How do i install and run with Jcreator? 2. I tried to set classpath at cmd prompt and...
murali krishna
murali4321
Offline Send Email
May 5, 2005
12:34 am
13405
hi all can anybody help me regarding how to setup and configure cactus framework with out using eclipse plugin I e manually configure cactus ...
manjunath b.r
manjunath_cs99
Offline Send Email
May 5, 2005
12:35 am
13406
Hi This group giving me so much information about JUNIT ,There are many good discussion are here, thats why i keep continuing in this group. Here is some small...
Gowrysankar Pandava
gowry_pandava
Offline Send Email
May 5, 2005
12:35 am
13407
hi friends, This is thangaraju from Chennai. Iam working as a Software Test Engineer in Chennai. I need some help from you guys and gals. Iam assigned for Java...
thanga raju
thangaraju_mce
Offline Send Email
May 5, 2005
12:36 am
13408
Sorry - I'm getting back to this problem again. Actually - I did try and its not working, which is why I asked. If anyone has any [helpful] suggestions, I...
Adam
adamcabler
Offline Send Email
May 5, 2005
4:12 am
13409
hi friend, I am praveen working in WB Testing (java + junit) Refer the below site to know more about junit and its architecture http://www.junit.org/index.htm ...
Praveen AH
praveen_maduray
Offline Send Email
May 5, 2005
4:41 am
Messages 13379 - 13409 of 22044   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