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...
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 20638 - 20667 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20638
Just for feedback. all of the Groovy JUnit 4.x examples from here: http://groovy.codehaus.org/Using+JUnit+4+with+Groovy ran without change with 4.5 beta 2. At...
Paul King
paulk@...
Send Email
Jul 1, 2008
1:01 pm
20639
Johannes, Did you get a chance to write a test? Any help I can provide? Thanks, David Saff...
David Saff
dsaff
Offline Send Email
Jul 1, 2008
1:42 pm
20640
Are you planning to leave the block test runner in an internal package? Or will you move to a public package before release? Or in a future release? If you...
Nat Pryce
nat_pryce
Offline Send Email
Jul 1, 2008
2:01 pm
20641
Last year, I made the big switch from Windows to Mac OS X, and became a Mac fanatic. I now regularly read Apple blogs. And whenever the Apple Store website...
Bradley, Todd
todd404
Online Now Send Email
Jul 1, 2008
2:20 pm
20642
David, Johannes sent me a test over the weekend. Perhaps you and I can integrate it today (I'm sending this publicly so everyone here knows Johannes was on the...
Kent Beck
kentlbeck
Offline Send Email
Jul 1, 2008
2:42 pm
20643
Sorry, all. Should know to nudge privately, praise publicly. David Saff...
David Saff
dsaff
Offline Send Email
Jul 1, 2008
3:28 pm
20644
Nat, We just moved BlockJUnit4ClassRunner and friends to the published side of the packages. We keep published code API compatible for at least one release,...
Kent Beck
kentlbeck
Offline Send Email
Jul 1, 2008
6:34 pm
20645
Johannes, As you port ClasspathSuite, be sure to take a look at the new RunnerBuilder support (check out the RunWith javadocs for now). Let me know if that...
David Saff
dsaff
Offline Send Email
Jul 1, 2008
7:10 pm
20646
... Excellent (thanks again for the write-up, too.) ... Please stay with runClasses, and not runMain: /** * Do not use. Testing purposes only. * @param system ...
David Saff
dsaff
Offline Send Email
Jul 1, 2008
7:11 pm
20647
I've pinged over on that list. If there's a new release version of hamcrest soon, we'll include it. David Saff...
David Saff
dsaff
Offline Send Email
Jul 1, 2008
7:12 pm
20648
Brett, Sorry it's been so long since your original post. This is a good effort. A few potential simplifications: 1) I think you could have a single...
David Saff
dsaff
Offline Send Email
Jul 1, 2008
7:27 pm
20649
... That's great. I've just updated from CVS to build a snapshot and noticed that every time I update I get a merge conflict in junit.runner.Version because it...
Nat Pryce
nat_pryce
Offline Send Email
Jul 1, 2008
9:30 pm
20650
Hi @all sorry to come late the discussion. usally I use a similar naming convention that consists of the three test parts - method name or action to test (e.g....
Böhm, Martin
martinboehms...
Offline Send Email
Jul 3, 2008
7:52 am
20651
Hi, I am currently ivestigating how to write a JUnit testsuite that allows configuration- and annotation-based skips of tests as well as a well defined...
robinjay33
Offline Send Email
Jul 3, 2008
11:37 am
20652
Hi! I have implemented a very straight-forward sorter that runs fine in JUnit up to version 4.4 but not in 4.5 beta. Here is the sorter: public class...
robinjay33
Offline Send Email
Jul 3, 2008
11:37 am
20653
Hi, Has anyone had the opportunity to look into this. I was basically trying to run category based test from ANT, build file. Running test based on category is...
arup_kabi
Offline Send Email
Jul 3, 2008
11:38 am
20654
Sadly, it appears to be no such thing. JUnit.org has in the past been maintained by objectmentor, most recently (to my knowledge) by Ben Rady, who I just...
David Saff
dsaff
Offline Send Email
Jul 3, 2008
8:29 pm
20655
Hi, I am using junit4.4. I need to get notify when test is called. I also need to know when the beforeTest called and also beforeClass. What I don't know how...
idan72
ishai@...
Send Email
Jul 3, 2008
9:39 pm
20656
Hi, i am currently looking for the a solution to remotely run JUnit tests from our cruise control (cruise control runs ant with JUnit, tests should run on...
ludwig.adam
Offline Send Email
Jul 4, 2008
11:31 am
20657
Does the absence of the website imply that the jUnit project is dead? ... been ... became a ... Apple ... gets...
dan.gilleland
Offline Send Email
Jul 4, 2008
11:32 am
20658
Given that the final touches are being made to a new release, I'd say the project was still very much alive. But a dead website isn't going to help it look...
Simon Chappell
spchappell
Offline Send Email
Jul 4, 2008
11:37 am
20659
How about ssh? You can use sftp to copy the files to the remote machine and then ssh to run ant. Or, to avoid the sftp stem, use NFS to share the drive on the...
Nat Pryce
nat_pryce
Offline Send Email
Jul 4, 2008
1:34 pm
20660
Hi Nat, thanks for the reply & your approach. Call me picky but this approach involves a lot of administrative effort (keep ant file up to date, deploy...
ludwig.adam
Offline Send Email
Jul 4, 2008
5:05 pm
20661
... You do that as part of the project, right? Otherwise how do you build and test your application? ... That's a single copy command, or you can just share...
Nat Pryce
nat_pryce
Offline Send Email
Jul 4, 2008
10:26 pm
20662
On second thoughts, this can be done by a continuous integration server that can pipeline builds and run builds on different machines. Team City from JetBrains...
Nat Pryce
nat_pryce
Offline Send Email
Jul 5, 2008
2:48 pm
20663
Hi Nat, yes - TeamCity is another feasible approach, thanks, i'll look into it. Ludwig ... City user. ... integration ... but is...
ludwig.adam
Offline Send Email
Jul 7, 2008
7:23 am
20664
Hi All, I am using jdk 1.5 build 6 with ant 1.7 version. when i am executing my test framework i am getting following error... "Forked Java VM exited...
Nikhil Deval
nikhil_deval
Offline Send Email
Jul 7, 2008
11:24 am
20665
FYI, ObjectMentor is working on junit.org, as of this message: David Saff ... From: Robert Martin <unclebob@...> Date: Fri, Jul 4, 2008 at 10:43...
David Saff
dsaff
Offline Send Email
Jul 7, 2008
2:00 pm
20666
Before I write a new class to parse Annotations from a test I thought I'd see if anyone else might have already done it. I basically want to add an...
Shay Thompson
gamerscloset
Offline Send Email
Jul 8, 2008
8:46 pm
20667
Hi, I just got around to looking into parameterized tests a little more. But it confirmed the impression I got when they came out with JUnit 4. They are sooo...
Malte Finsterwalder
maltefinster...
Offline Send Email
Jul 9, 2008
11:39 am
Messages 20638 - 20667 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