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...
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 18607 - 18636 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18607
I've dled the bundle from EMF website however I've no idea how to install it? I've unzipped it and its just a bunch of jar files? I am new to eclipse should I...
junitheadache
Offline Send Email
Jan 1, 2007
2:09 pm
18608
Hey Mate, Always glad to help. You are right - I tried downloading the sdk, and I got a lot of jars inside the root eclipse directory, along with 8 plugins for...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 1, 2007
9:53 pm
18609
Hi Ole, I found the update manager on the EMF website, both both URLs i used came up with an error saying the installation is not comptible as i am mising EMF...
bohs01@...
junitheadache
Offline Send Email
Jan 2, 2007
11:49 am
18610
Jimm, It's not clear to me the exact steps you've taken, so I'm not sure how to help you with this specific problem. From a higher-level point of view, what...
David Saff
dsaff
Offline Send Email
Jan 2, 2007
3:14 pm
18611
Ole, I'm getting my head around your suggestions. (At least) one thing is tripping me up: ... Do we write this in the first place? Perhaps another example...
David Saff
dsaff
Offline Send Email
Jan 2, 2007
3:39 pm
18612
USE JTest ... === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
G J Thimothy
johnthimothyg
Online Now Send Email
Jan 2, 2007
3:55 pm
18613
... {clip} ... Ole, forgive me if I'm missing your point, but I'm curious why, assuming you even have a valid reason to write the above util method, it is not...
Mike Bria
bria526
Offline Send Email
Jan 2, 2007
4:47 pm
18614
Wow - That's really strangeR. Maybe the update manager is trying to find updates compatible with the manual install you did earlier. Try downloading a brand...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 2, 2007
7:21 pm
18615
Hey David, I'm going to go over some obvious stuff, which you already know, just for clearity. I tried to start with something really simple that represents...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
12:46 am
18616
... There are several great commercial tools that do automated test case creation. Feel free to experiment with testgen4j which is an open source project we...
Calvin Austin
calvinandblogs
Offline Send Email
Jan 3, 2007
12:53 am
18617
Ole, I'm not sure I'm any closer to the main point. Let me try to summarize what you're suggesting: * We would like to have methods that are 100% tested *...
David Saff
dsaff
Offline Send Email
Jan 3, 2007
5:41 am
18618
Hey David, ... I like it - Although let me add that it is really important to agree on what 100% means in a well structured / unambiguous context. ... Sure -...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
8:39 am
18619
... That's a very deceptive statement. Not only is it very hard to reach 100% testing (just because your code coverage claims 100% doesn't mean you are...
Cédric Beust 
cbeust
Offline Send Email
Jan 3, 2007
5:15 pm
18620
OIe -- Just curious if you had any comment on my question to you earlier in the chain. Thanks! --MB [Non-text portions of this message have been removed]...
Mike Bria
bria526
Offline Send Email
Jan 3, 2007
5:24 pm
18621
... Do you mean "it would be nice if 100% tested code took 0 time"? or that "it should be possible today to have 100% tested code in 0 time"? It seems to me...
J. B. Rainsberger
nails762
Offline Send Email
Jan 3, 2007
6:11 pm
18622
We first have to agree on what 100% means. I provided a very simple example in the earlier post. The example gives a 100% tested tested method example, given...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
7:22 pm
18623
Mike, Do you mean the part about writing the code first, and then testing or writing the test first and then coding? Let me just suppose that that is it. ...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
7:35 pm
18624
... Yes, but your example is too simple since it only contains one branch (most examples extolling the virtues of code coverage have this flaw :-)). 100%...
Cédric Beust 
cbeust
Offline Send Email
Jan 3, 2007
7:37 pm
18625
On 1/3/07, Cédric Beust ♔ <cbeust@...> wrote: {snip} ... lines of code? Cedric -- I don't quite understand your example. Why would that code ever be...
Mike Bria
bria526
Offline Send Email
Jan 3, 2007
8:11 pm
18626
Mike, Yes, I think you missed my point :-) I was just showing a snippet of code with a few branches. I'm sure you can easily find similar code in your own...
Cédric Beust â...
cbeust
Offline Send Email
Jan 3, 2007
8:43 pm
18627
OK - This is just about how to install EMF / Eclipse, since Jimm was wondering about it earlier. I did a complete install from scratch. Here my steps: Download...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
9:06 pm
18628
To answer that you would have to analyze the simple example I gave earlier and then show why you think what you just said is accurate. ... ...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
9:31 pm
18629
Cédric, Excellent example old Chap. So a branch is something that takes the code down a certain path. if ( a > 10 ) is a branch. I think we agree that it's...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
9:41 pm
18630
... Greetings Cedric, I prefer not to use coverage tools (in fact, I strongly resist characterizing the quality of unit testing with coverage numbers), but ...
Jeff Langr
jlangr
Offline Send Email
Jan 3, 2007
9:53 pm
18631
Ole, I'm not sure what point you are trying to make with this example, and it seems to me we drifted away from the point that I was making: 100% branch ...
Cédric Beust 
cbeust
Offline Send Email
Jan 3, 2007
10:30 pm
18632
Cédric, Just building on your example to show how 100% testing would be done. It's easy to automate, and would be a valuable tool in the developer toolbelt....
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 3, 2007
11:47 pm
18633
... The question wasn't to figure out whether it can be done (it's a graph traversal problem, we know it can be solved) but to decide whether it's practical to...
Cédric Beust 
cbeust
Offline Send Email
Jan 4, 2007
12:03 am
18634
... In fact I got the impression that Ole is not gonna start building such a tool, but challenging others to do it for him :-). ./alex -- .w( the_mindstorm )p....
Alexandru Popescu
alexpopescu7...
Offline Send Email
Jan 4, 2007
12:58 am
18635
Cédric, When you are right, you are right. That's why I'm not coding it. Jimm is :-) Right Jimm...Hey...Where you goin??? Anyways this is not an NP hard...
Ole Ersoy
ole_ersoy
Offline Send Email
Jan 4, 2007
1:37 am
18636
Hey Ole, ... Well, I actually do feel a bit better reading this, since it means you at least have a little idea of what you are up against. It's not NP hard,...
Cédric Beust 
cbeust
Offline Send Email
Jan 4, 2007
2:19 am
Messages 18607 - 18636 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