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 2256 - 2285 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2256
Not directly related to fitnesse, but along the line of this email ... I use a tool called "JarJarDiff" to statically analyze two versions of a library and...
Jean Tessier
jeantessier
Offline Send Email
Jan 1, 2005
4:53 pm
2257
I think this is Java source code, but I would need to use C# code to plug aspect# into Fitnesse. In my opinion, the best solution is to provide any syntax in ...
Rodrigo Vilar
rodrigo_vila...
Offline Send Email
Jan 3, 2005
1:07 pm
2258
I like that idea as well. Certainly the error keyword doesn't give you enough control. I added this as a suggested story on ...
David Chelimsky
dchelimsky
Offline Send Email
Jan 3, 2005
3:39 pm
2259
I'm totally new to FIT and FitNesse, other than reading some of the introdutions. The idea of automated acceptAnce tests sounds great. I'm wondering how Use...
christoferjennings
christoferje...
Offline Send Email
Jan 3, 2005
3:49 pm
2260
One approach I've seen is to start with Use Cases. Each Use Case is then translated into an FitNesse test. The text and structure of the Use Can remain...
Micah Martin
slagyr
Offline Send Email
Jan 3, 2005
4:02 pm
2261
From: "christoferjennings" <christoferjennings.at.yahoo.com@...> To: "fitnesse@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 3, 2005
4:13 pm
2262
Interesting idea. This should be simple to do in the .NET version with a custom CellHandler. Micah Martin Object Mentor, Inc. www.objectmentor.com...
Micah Martin
slagyr
Offline Send Email
Jan 3, 2005
4:14 pm
2263
That’s an excellent idea Micah. Rodrigo, are you familiar with the CellHandler feature in the current .NET FitNesse release? _____ From: Micah Martin...
David Chelimsky
dchelimsky
Offline Send Email
Jan 3, 2005
5:08 pm
2264
I will study and try to solve this question with CellHandler... Thanks, Rodrigo On Mon, 3 Jan 2005 11:08:21 -0600, David Chelimsky...
Rodrigo Vilar
rodrigo_vila...
Offline Send Email
Jan 3, 2005
5:46 pm
2265
Excellent. Please feel free to ask any questions about how to use/set up CellHandlers. David ... From: Rodrigo Vilar [mailto:rvilar@...] Sent: Monday,...
David Chelimsky
dchelimsky
Offline Send Email
Jan 3, 2005
5:48 pm
2266
I like the idea. The biggest problem is implementing it cleanly, especially in the text fixture so it doesn't get mistaken for actual input. It's also useful...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 3, 2005
6:40 pm
2267
I think a customer would be interested in the right error message, but not the class of the exception thrown. That's what I thought would be more interesting...
David Chelimsky
dchelimsky
Offline Send Email
Jan 3, 2005
6:59 pm
2268
Right. My thought was that if the right error came through, it's correct so it's simply a green background. Anything else is a red background, with a stack ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 3, 2005
7:39 pm
2269
... I simply did this, and I don't think it's too complicated: query before processing the rows, bind each column as expected output, and spit out "no more...
J. B. Rainsberger
nails762
Offline Send Email
Jan 4, 2005
12:11 am
2270
... I see it this way. * Each use case scenario becomes often 1 and sometimes n tests, depending on how varied the scenario can be. * Each use case is a...
J. B. Rainsberger
nails762
Offline Send Email
Jan 4, 2005
1:09 am
2271
Wow. That's much simpler than the insensitive (just doesn't care about order) RowFixture. Thanks! ... From: J. B. Rainsberger [mailto:jbrains@...] Sent:...
David Chelimsky
dchelimsky
Offline Send Email
Jan 4, 2005
3:58 am
2272
Hi, Is there any way to set "global constants"? For example: Have have several suites each containing many tests. Most tests use the same database and I dont...
Joe Heath
mbcx4jrh
Offline Send Email
Jan 4, 2005
2:32 pm
2273
You can declare a variable on the root page (http://localhost/root) and that variable will affectively be global. You have the option to override the value of...
Micah Martin
slagyr
Offline Send Email
Jan 4, 2005
3:36 pm
2274
... And if you want them to be programmatic, you can just add a class which a bunch of static finals and refer to it from your fixtures. Michael Feathers ...
Michael Feathers
mfeathers256
Offline Send Email
Jan 4, 2005
4:21 pm
2275
Hello everybody, Is there any syntax to write a test cell which contains multiple lines? I´m using the .NET version. Thanks, Rodrigo...
Rodrigo Vilar
rodrigo_vila...
Offline Send Email
Jan 4, 2005
4:40 pm
2276
hmm, Micah: Do variables work ok across virtual wikis? They dont seem to on mine, as they were my first choice.. Michael: I had discarded this, but just...
Joe Heath
mbcx4jrh
Offline Send Email
Jan 4, 2005
4:44 pm
2277
Today, I've been running into problems running Fitnesse tests. The problem exists on the FitNesse website as well as the local project server; tests that ran...
Leif Bennett
shortleif
Online Now Send Email
Jan 5, 2005
1:26 am
2278
I added two new CellHandlers to .NET FitNesse in CVS. They'll be part of the next release, but feel free to build from source and start using them. Here's what...
David Chelimsky
dchelimsky
Offline Send Email
Jan 5, 2005
5:38 am
2279
I'm told that rebooting FitNesse fixes it. I'n not sure what the problem could be. We'll have to keep our eyes on it to get to the source of the problem. ...
Micah Martin
slagyr
Offline Send Email
Jan 5, 2005
4:04 pm
2280
Hello there, I was thinking about an algebra of tests (or suites). But I'd like to have your comments :) I am working with fitnesse since a few month now and...
Gilles Iachelini
gilles_iache...
Offline Send Email
Jan 5, 2005
5:13 pm
2281
Micah, Thanks for the prompt reply. I checked, and the FitNesse website is now responding to tests. Unfortunately, my local project server is still not ...
Leif Bennett
shortleif
Online Now Send Email
Jan 5, 2005
6:14 pm
2282
The closest thing I can think of to help you is to compose these algebraic tests by including other tests. This effectively ANDs the tests together. I don't...
Micah Martin
slagyr
Offline Send Email
Jan 5, 2005
6:20 pm
2283
Something bad is happening pretty early on in the test execution... The thread processing the test request is crashing in an unusual way and that leaves your...
Micah Martin
slagyr
Offline Send Email
Jan 5, 2005
6:30 pm
2284
You have two options.... Use a literal ... test -!| or a variable !define VAR {multiline text} ... A third option is to use a special char that gets translated...
Micah Martin
slagyr
Offline Send Email
Jan 5, 2005
6:32 pm
2285
Hello, We are using HTMLFixtures as described: http://fitnesse.org/FitNesse.HtmlFixture We are using a version downloaded over the summer of 2004. With two...
robertjmiller_jgs
robertjmille...
Offline Send Email
Jan 5, 2005
9:40 pm
Messages 2256 - 2285 of 14129   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