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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 10682 - 10711 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10682
Hello, I am trying to do a simple example in order to use fitnesse, i have created the fixture test table with test data, added the classpath to where the...
israelantezana
Offline Send Email
Jul 1, 2008
6:24 pm
10683
Is there a way in the .NET version to have a different version of the Check() special actions method of DoFixture? When trying to override it I get a...
mvogelbusedge
Offline Send Email
Jul 1, 2008
6:24 pm
10684
I fixed most of these problems. Thanks to those of you who tracked down the details. Comments inline below: dean ... "dummy.jar" was inadvertently added to...
Dean Wampler
deanwampler
Offline Send Email
Jul 2, 2008
3:41 am
10685
I forgot to comment on this one. I haven't seen it, but it's possible there's a timeout in a test, intended to make sure every test terminates eventually, that...
Dean Wampler
deanwampler
Offline Send Email
Jul 2, 2008
3:41 am
10686
Hi, Can you send the class code to the list as well? -- gojko adzic http://gojko.net...
Gojko Adzic
gojko_lastname
Offline Send Email
Jul 2, 2008
8:21 am
10687
Hello gojko,    Sure, here  it goes:   import fit.*; public class Calculator extends ColumnFixture{    public int a;    public int b;    Calculator()...
Israel Antezana
israelantezana
Offline Send Email
Jul 2, 2008
1:43 pm
10688
the constructor has to be public... that's the first thing that i'd try. gojko...
Gojko Adzic
gojko_lastname
Offline Send Email
Jul 2, 2008
1:46 pm
10689
Sounds great. Thanks for responding so quickly. As for the XML ordering it does seem to fail the test, though I agree it should have no impact on actual use....
rsidan
Online Now Send Email
Jul 2, 2008
3:30 pm
10690
... Okay, I'll investigate this one some more. Thanks. dean...
Dean Wampler
deanwampler
Offline Send Email
Jul 2, 2008
3:56 pm
10691
You can't override Check(Parse) because it isn't defined as virtual. And if you define Check(string), Fit doesn't know which method you want. The simplest...
Mike Stockdale
jediwhale
Offline Send Email
Jul 2, 2008
5:20 pm
10692
Richard, I am getting ready to start using the C++ fit server. I am currently using the Java and .NET ones to test an API developed in those respective ...
Ryan McCullough
thax_1138
Offline Send Email
Jul 2, 2008
5:33 pm
10693
... Well, the machine is my local one, which I start each day, look for mails and shut it down again. Not very busy therefore. Might this be related to the...
Markus Gaertner
shino01051979
Offline Send Email
Jul 2, 2008
6:47 pm
10694
... Maybe it's too fast! Hmm... ;) ... I'll do a build tonight on my home Linux box with these tool versions. ... Doh! Maybe I should discuss this file with...
Dean Wampler
deanwampler
Offline Send Email
Jul 2, 2008
7:05 pm
10695
In article <f8b5f7f20807021033h6025e4bfmd4dd78aeb6cc92db@...>, ... Me too. I'm overhauling/building our QA team from the ground up and so far we...
Richard
legalize@...
Send Email
Jul 2, 2008
7:05 pm
10696
I downloaded CppTestTools-2007-02-16-12-00.zip from http://www.fitnesse.org/FitServers.CppFit.CppTestTools.SetUpCppTestTools(took forever to find that, need...
Ryan McCullough
thax_1138
Offline Send Email
Jul 2, 2008
7:19 pm
10697
I have found a version of CppFit from 2007 that I am using now. I had the 2004 version before. It actually compiles without errors now. -Ryan ... -- Ryan...
Ryan McCullough
thax_1138
Offline Send Email
Jul 2, 2008
7:21 pm
10698
In article <f8b5f7f20807021221w20ad8259i8e43d0ffb7ee3396@...>, ... Which version is on fitnesse.org? -- "The Direct3D Graphics Pipeline" -- DirectX...
Richard
legalize@...
Send Email
Jul 2, 2008
8:11 pm
10699
Hello gojko,   Yes that was the reason of the problem, the constructor had to be public. However, It also works if I also delete the constructor, this...
Israel Antezana
israelantezana
Offline Send Email
Jul 2, 2008
8:15 pm
10700
Actually, if you delete the constructor, so that there is none explicitly defined, the compiler creates one for you with an empty body. This constructor will...
Dean Wampler
deanwampler
Offline Send Email
Jul 2, 2008
9:11 pm
10701
... no it does not - by the standard, if your class has no constructor, c# adds a default public no-parameter constructor. -- gojko adzic http://gojko.net...
Gojko Adzic
gojko_lastname
Offline Send Email
Jul 2, 2008
9:23 pm
10702
Check is such a generally useful verb to use in the domain language of the tests that it should be virtual, e.g., on my project we have a series of 'Enter' and...
mvogelbusedge
Offline Send Email
Jul 3, 2008
1:49 pm
10703
Even using a different verb phrase like 'CheckFor' doesn't work as I've used it, e.g., ... ... The implementation sees 'Check' and still considers it a...
mvogelbusedge
Offline Send Email
Jul 3, 2008
1:49 pm
10704
I often work around this with adding another word to check. in your case, it could be ... -- gojko adzic http://gojko.net...
Gojko Adzic
gojko_lastname
Offline Send Email
Jul 3, 2008
1:53 pm
10705
Hi All, I'm just getting started with fitnesse and I'm getting the error message "Could not find fixture: steve.ChangeCheckNum" while running a simple test. I...
dsh12366
Offline Send Email
Jul 3, 2008
2:00 pm
10706
Dear gojko,   You are right again. I have seen that the same happens in java. Thank you very much.   Best Regards,   Israel ... De: Gojko Adzic...
Israel Antezana
israelantezana
Offline Send Email
Jul 3, 2008
2:05 pm
10707
A few ideas follow. From a shell session, navigate to where the .jar file resides and check its access rights to insure everyone has read access. From a shell...
Dassing, Andrew
andydassing
Offline Send Email
Jul 3, 2008
2:16 pm
10708
Try removing the quotes from the !path definition. Just a hunch... dean ... Dean Wampler, Ph.D. dean@... dean@... ...
Dean Wampler
deanwampler
Offline Send Email
Jul 3, 2008
2:19 pm
10709
That did it. Thanks. ... From: Dean Wampler <dean@...> To: fitnesse@yahoogroups.com Cc: Dean Wampler <dean@...> Sent: Thursday, July...
Steve Hodge
dsh12366
Offline Send Email
Jul 3, 2008
3:31 pm
10710
I'm running a developer clinic on FitNesse.NET at Agile 2008 this August on Thursday afternoon, August 7. This is primarily a hands-on session for...
Mike Stockdale
jediwhale
Offline Send Email
Jul 3, 2008
9:03 pm
10711
Hey man, I might be able to help and would like to very much. All depends on my own schedule and presentation. Stay in touch as it gets closer. At the very...
Tim Walker
tbone9992
Offline Send Email
Jul 3, 2008
10:00 pm
Messages 10682 - 10711 of 14131   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