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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 20143 - 20172 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20143
Hi everybody, I just released Bumblebee 0.3. Bumblebee is a small framework that allows you to create documentation from executing code, at the moment from...
Daniel Brolund
daniel.brolund
Offline Send Email
Dec 2, 2007
7:16 pm
20144
Hi dear It is not required to test the private methods seperately.Becoz as u said you got all the public methods to test in junit suite. so we will be calling...
kishore.kadaru
Offline Send Email
Dec 3, 2007
1:11 am
20145
Hey, Sorry for my /much/ slower reply. I've looked at JUnitCore, and it seems like I either need to copy code from it (if I intend to simply create the Runner...
aviv_benyosef
Offline Send Email
Dec 4, 2007
8:31 pm
20146
Hi, I'm having a problem using a test suite with several test cases. One of the TestCases has a @Before method, and multiple @Test methods. The problem is that...
simao_mata
Offline Send Email
Dec 6, 2007
9:47 pm
20147
I'm just moving from Junit 3 to 4 and want to use @BeforeClass in a particular way. There doesn't seem to be a way to do what I want, but I just thought I'd...
Lee B
leebreisacher
Offline Send Email
Dec 6, 2007
9:48 pm
20148
... That is it's documented behavior, and what I, at least, want and expect. ... Rewrite your tests so that they are more independent? If you really need to do...
Buddha Buck
buddhabuck
Online Now Send Email
Dec 6, 2007
11:19 pm
20149
Hi, I'm testing database insertions and updates, I think it's acceptable to use repeated behavior for several tests. @beforeclass solved my problem, thank you...
simao_mata
Offline Send Email
Dec 7, 2007
1:16 am
20150
Hey Dude , do this in setUp( ) ( if Junit3 ) or @Before or whatever if Junit4, if using TestNG use something same ( depends on framework, dont wanna waste your...
Anirudh Vyas
anirudhvyas010
Offline Send Email
Dec 7, 2007
8:06 am
20151
Based on your description... ... ...why couldn't you do something similar to the following? Factor the "something" into a superclass static method (with a...
Joel Neely
joelneely
Offline Send Email
Dec 7, 2007
12:49 pm
20152
Hi everyone, I'm currently working on a test management application which aims to provide a common, simple to use GUI to execute tests on a multitude of test...
bty906759
Offline Send Email
Dec 7, 2007
2:37 pm
20153
FWIW, I know that I and most of my colleagues rather having the test-executer "close" and overhead-free(ish). Running my tests from the shell or IDE with a few...
aviv_benyosef
Offline Send Email
Dec 8, 2007
2:49 pm
20154
If you are just a measly developer, please stop reading here and get back to work. This post is for the hard and conscientious workers who achieved the rank...
albsavoia
Offline Send Email
Dec 12, 2007
3:15 pm
20155
... Promotion is nature's way to remove incompetence from the productive process. Regards, Lothar...
Lothar Kimmeringer
kimmerin_job
Offline Send Email
Dec 12, 2007
7:03 pm
20156
Hi, I have a question about techniques or approaches for testing data. I don't want to test all "data", I want to test a subset of all data...specifically...
Mike Foley
mike_foley_0...
Offline Send Email
Dec 12, 2007
8:47 pm
20157
Hi, I would like to know which automatic JUnit test generators you know. My purpose is to compare them [results,benefits,lacks] against traditional...
Alberto Bacchelli
ajb_sback
Offline Send Email
Dec 12, 2007
11:43 pm
20158
Hello, I'm fairly new to JUnit/DBUnit and wanted to make sure the following results really do indicate success. The testrun results on the first line look...
jjrancourt
Offline Send Email
Dec 12, 2007
11:43 pm
20159
Hi Mike, ... Would it make sense to have an automated test compare the rows in the Excel sheet to the rows in the database table? Lasse -- Lasse Koskela *...
Lasse Koskela
lassekoskela
Offline Send Email
Dec 13, 2007
10:35 am
20160
Hi all, I've got this problem when I run a test that uses a specific class contained in a sealed jar: java.lang.SecurityException: sealing violation: can't...
Danniel
nightshiftmud
Offline Send Email
Dec 13, 2007
2:17 pm
20161
Hi Lasse, Thanks for your response. Yes, you are right. I suppose that is it...I want to verify the rows in the spreadsheet against the rows in that...
Mike Foley
mike_foley_0...
Offline Send Email
Dec 13, 2007
2:23 pm
20162
... Ciao Alberto, Check out: http://www.junitfactory.com It's something we are experimenting with at AgitarLabs. It's free and a lot of the technology behind...
albsavoia
Offline Send Email
Dec 13, 2007
4:16 pm
20163
I'm using Eclipse 3.3 with JUnit 4.4. In the olden days, with Eclipse 3.0 and JUnit 3.8, I could select a single test method in the Outline view and run just...
Bradley, Todd
todd404
Offline Send Email
Dec 13, 2007
10:37 pm
20164
To shorten, how come the last test shows complete, the stats show all complete but all the individual tests before the last one show incomplete = true. Per...
jjrancourt
Offline Send Email
Dec 14, 2007
2:09 am
20165
Hello, I am able to run a test case from EClipse GUI without any problem but it failed to run from ant junit task. I am using EClipse 3.3, Junit 4.4 and Ant...
ameng68
Offline Send Email
Dec 14, 2007
2:09 am
20166
... This looks suspicious. Perhaps a classpath problem? Cheers, Ilja...
Ilja Preuss
ipreussde
Offline Send Email
Dec 14, 2007
8:48 pm
20167
Hi folks ! Recently, I used the <junitreport> ant task and noticed no "diff with the previous report" was available. I then made a diff xsl to apply, in order...
Frédéric Camblor
f.camblor
Offline Send Email
Dec 15, 2007
12:09 am
20168
I've come across a JUNIT extension called 'DBUnit' which can help us unit test database related activities. You can check that out for this purpose i guess. It...
edu_kumar
Offline Send Email
Dec 15, 2007
12:10 am
20169
Attached file can be found there : http://derf.hd.free.fr/~derf/wordpress/wp-content/uploads/2007/12/junit-diff-report.zip. ... with the ... interested. ... ...
f.camblor
Offline Send Email
Dec 15, 2007
12:46 am
20170
Hi, does anyone have advice in this area? Am we the only people using JUnit 4.4 with Eclipse 3.3, or just the only ones who are having problems with it? ...
Bradley, Todd
todd404
Offline Send Email
Dec 17, 2007
11:00 pm
20171
I'm running Eclipse 3.3 and Junit 4.4. A single test in outline view works fine here. / Per ________________________________ From: junit@yahoogroups.com...
Per Jacobsson
perjacobsson@...
Send Email
Dec 18, 2007
1:11 am
20172
Hi All I am pankaj khare.i am new for junit.i am using easymock for unit testing. i did not get success. i am attaching my folder in which 3 classes are there ...
pankaj khare
pankaj_0405
Offline Send Email
Dec 18, 2007
1:12 am
Messages 20143 - 20172 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