Search the web
Sign In
New User? Sign Up
fitnesse
? 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 12267 - 12296 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12267
Hi Mike, I was using the 20081201 fitnesse.jar After your question I tried it on the 20090112 version. Same symptoms... -r...
Rutje Frowein
rutje96
Offline Send Email
Feb 1, 2009
4:11 pm
12268
Also under the debugger it's in ApplicationUnderTest Line 53 Update cache: public RuntimeType FindType(NameMatcher typeName) { Type type =...
Rutje Frowein
rutje96
Offline Send Email
Feb 1, 2009
4:13 pm
12269
Nice. I'll have to take a closer look at trinidad. ________________________________ From: Gojko Adzic <gojko-yahoolist@...> To: fitnesse@yahoogroups.com...
Robert Stagner
restagner
Offline Send Email
Feb 1, 2009
4:21 pm
12270
The type name it's looking for is empty - Type '' not found in assemblies - which is very odd. Do you have a full stack trace? ... -- Cheers, Mike Stockdale ...
Mike Stockdale
jediwhale
Offline Send Email
Feb 1, 2009
4:29 pm
12271
Hi, I've finished the maven plugin for trinidad, which enables you to run fitnesse fit/slim tests for java in process without starting the server and...
Gojko Adzic
gojko_lastname
Offline Send Email
Feb 2, 2009
12:39 am
12272
Hi Mike, The problem, I think was the root path which is already dotnet. The path ended up being dotnet\dotnet\[name].dll. So I removed the dotnet in my ...
Rutje Frowein
rutje96
Offline Send Email
Feb 2, 2009
2:02 pm
12273
Hi Mike, I fixed it! The problems I'm having are using the relative paths. By adding the full path to my dlls in the config file...it just works (from the...
Rutje Frowein
rutje96
Offline Send Email
Feb 2, 2009
2:02 pm
12274
Using the FitServer, I simply add the parameters and the page name to the debug tab in page properties. NSlim does not take the page as a parameter. It does...
Rutje Frowein
rutje96
Offline Send Email
Feb 2, 2009
2:04 pm
12275
Hi guys, I wanted to know if I could pass enum values from a FitNesse table into my code. Is this possible, and if so, how? Thanks, Ben....
desilva_ben
Offline Send Email
Feb 2, 2009
7:28 pm
12276
implement a public static MyEnym parse(String value) in your class (for .NET, it's Parse). Make sure that toString does the reverse operation. -- gojko adzic ...
Gojko Adzic
gojko_lastname
Offline Send Email
Feb 2, 2009
7:31 pm
12277
I'll put in a more informative message. ... -- Cheers, Mike Stockdale FitNesse.NET <http://www.syterra.com/FitnesseDotNet.html> Syterra Software Inc....
Mike Stockdale
jediwhale
Offline Send Email
Feb 2, 2009
8:26 pm
12278
Yes, the slim server doesn't ask the FitNesse site for pages, it just sits and listens for requests. The port number is not the FitNesse port number, it's...
Mike Stockdale
jediwhale
Offline Send Email
Feb 2, 2009
8:33 pm
12279
So I know that a basic Array fixture woudl be setup like this: Your table would look like: !|MyCollection| ... Your code would be: public class Person { publis...
desilva_ben
Offline Send Email
Feb 2, 2009
10:57 pm
12280
Sorry, I'm unclear, can you send the .NET version of an example again please. Thanks, Ben....
desilva_ben
Offline Send Email
Feb 2, 2009
10:57 pm
12281
Hi, I am new to Fitnesse and have started to look at videos from the Fitnesse.org site. As a tester I would like to start using the Fitnesse for acceptance...
hassanm_321
Offline Send Email
Feb 2, 2009
10:57 pm
12282
FitNesse.NET should handle it for you. If you have enum Color { Red, Green, Blue } and you have a method ... -- Cheers, Mike Stockdale FitNesse.NET...
Mike Stockdale
jediwhale
Offline Send Email
Feb 3, 2009
12:14 am
12283
ArrayFixture compares the list in your table to the list passed to its constructor. So you might have: public class MyCollection: ArrayFixture { public...
Mike Stockdale
jediwhale
Offline Send Email
Feb 3, 2009
12:26 am
12284
Hi, Just wondering if anyone has encountered stack overflows on the display of pages using this configuration? A number of us are running Ubuntu and the latest...
Steve Schwarz
mrpandmilo
Offline Send Email
Feb 3, 2009
2:18 am
12285
Yes. I found it a few months ago. I had to completely replace the HTML parser to fix it - it'll be in 0.9. The problem is that the original parser used ...
John Roth
jhrothjr
Offline Send Email
Feb 3, 2009
2:55 am
12286
... John, Thanks for the fast reply. We'll look forward to the new release and upgrade when it is available. In the interim this might be good motivation to...
Steve Schwarz
mrpandmilo
Offline Send Email
Feb 3, 2009
3:28 am
12287
Is "FindByFirstNamePrefix("B")" a method that returns a List<T>? I'm still confused of this! Basically what I want to do is for the FitNesse table to input a...
desilva_ben
Offline Send Email
Feb 3, 2009
5:18 am
12288
... Yes, in my example, this returns a List<Person> ... Fixtures don't really generate a boolean result, they mark cells indicating if actual values matched...
Mike Stockdale
jediwhale
Offline Send Email
Feb 3, 2009
7:10 am
12289
Hello All, I was wondering if some of you could help me with a philosophical discussion of sorts. It is my understanding that FitNesse is supposed to hook...
T Beeson
beesontrm
Offline Send Email
Feb 3, 2009
2:18 pm
12290
Like most things, it depends . . . For certain parts of our application, we have the fixture bring up the window, and the fixture exposes hooks into the window...
ericheikkila
Offline Send Email
Feb 3, 2009
2:39 pm
12291
... Hi Tracy, I would encourage the developers to pull the data validation out of the UI layer for a couple reasons. * First and foremost, it will be much...
Nayan Hajratwala
nhajratw
Offline Send Email
Feb 3, 2009
3:09 pm
12292
... Eric's point is that it's not an either-or kind of decision. The GUI is usually both the most volatile and the most fragile part of an application, and...
John Roth
jhrothjr
Offline Send Email
Feb 3, 2009
3:24 pm
12293
... Hmmm. That's an interesting idea. Let me noodle on it... ... Robert C. Martin (Uncle Bob) | email: unclebob@... Object Mentor Inc....
Robert Martin
rmartinoma
Offline Send Email
Feb 3, 2009
10:26 pm
12294
... Go to fitnesse.org and start reading. It'll explain pretty much everything. Click on the 'Test Systems' link of the User Guide. ... Robert C. Martin...
Robert Martin
rmartinoma
Offline Send Email
Feb 3, 2009
10:26 pm
12295
... You access the args with the getArgs() method of the Fixture class. ... Robert C. Martin (Uncle Bob) | email: unclebob@... Object Mentor Inc....
Robert Martin
rmartinoma
Offline Send Email
Feb 3, 2009
10:28 pm
12296
... It's not very elegant, but it works. You just pass the column headers into the constructor of the query fixture so that it knows what columns to return. ...
Robert Martin
rmartinoma
Offline Send Email
Feb 3, 2009
10:33 pm
Messages 12267 - 12296 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