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 4757 - 4786 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4757
Hi everyone and Happy New Year, I´m having a bit of trouble integrating a DoFixture with an Import of my fixture classes. Specifically, I have a SetUp page...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 2, 2006
1:11 pm
4758
The DoFixture must be the first fixture, you cannot have an Import (or any other fixture) in front of it. Even if you could get the DoFixture to load, it...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 2, 2006
3:20 pm
4759
And there's no real point in using an Import table, as there's no need to mention fixture class names after the one in the first table. Instead, include a...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 3, 2006
12:19 am
4760
Hi Ron, Sharing important dynamic state while running different storytests (FitNesse pages) can cause dependency problems that will continue to have an impact:...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 3, 2006
12:38 am
4761
... Yes, that's right. FitNesse runs a separate process (FitServer for Java) to run the tests in a suite. It passes one page at a time through a socket to the...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 3, 2006
1:11 am
4762
Did anyone had any success in driving Abbot ( the java gui testing framework ) using fitnesse? here are two problems that I've found: 1. In order to use Abbot...
sagyrozman
Offline Send Email
Jan 3, 2006
12:45 pm
4763
... The test cases may all be independent but that would not mean that they could all run concurrently unless each test case is running against its own ...
James Grenning
jwgrenning
Offline Send Email
Jan 3, 2006
2:07 pm
4764
Thanks Rick! In a somewhat round about way you were a BIG help. It was your mentioning that you used included files to do what I was attempting that did it for...
ronb76052
Offline Send Email
Jan 3, 2006
4:57 pm
4765
It seems that using Refactor Rename on a page that contains a symbolic link to a suite of test pages causes the test pages under the suite to disappear. Here...
Alistair McKinnell
a_r_mckinnell
Offline Send Email
Jan 3, 2006
9:13 pm
4766
... Ok, this means I´m not understanding the Import fixture. I thought all I was doing was importing the class names from a certain namespace in the same way...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
10:54 am
4767
You can do that: Just ensure that your first fixture is a DoFixture. Afterwards, you can import additional fixtures by the Import fixture. The first reference...
Andreas Thiel
andreas_thie...
Offline Send Email
Jan 4, 2006
11:14 am
4768
Hi, I´m not quite understanding the SetUp/TearDown mechanics suitable for DoFixtures. I am almost through with the Fit book and I see lots of setups being...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
12:17 pm
4769
... Afterwards, you can import additional fixtures by the Import fixture. The first reference must specify the complete path. ... Ok...so let´s say I´m...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
12:54 pm
4770
... My "GenericDoFixture" is generic in the sense that it does not contain any logic specific to the problem at hand. It provides graceful naming (see below)...
Andreas Thiel
andreas_thie...
Offline Send Email
Jan 4, 2006
1:08 pm
4771
... wrote: Andreas, I´m finding myself a bit confused here. Are you essentially using your GenericDoFixture to aggregate setup operations and other utilities...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
2:34 pm
4772
Hi, Is there currently no way to include all .jar files from a directory and all its subdirectories like Ant´s **/*.jar Patterns? Best regards, Dadi....
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
2:39 pm
4773
The GenericDoFixture has nothing to do with aggregating setup operations. I'm using a DoFixture for _all_ of my tests, because it's easier to share data...
Andreas Thiel
andreas_thie...
Offline Send Email
Jan 4, 2006
2:59 pm
4774
From: "Dadi Ingolfsson" <blubberplinth.at.gmail.com@...> To: "fitnesse@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 4, 2006
3:17 pm
4775
... Let me see if I understand by using a more concrete example. Let our SUT be an online poker game. Then I would think that the Universal DoFixture could be...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
3:59 pm
4776
... Hi John, ... Yes. ... Yes, taking the Discounts example from p. 77 of the Fit book as an example we have a class (java) with names for actions that return ...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
4:10 pm
4777
... I think this would work, although my approach is slightly different. Whatever works for you ;-) ... Yes, but DoFixture tries several strategies, it does...
Andreas Thiel
andreas_thie...
Offline Send Email
Jan 4, 2006
4:14 pm
4778
... wrote: ... [snip] ... How is it different? Are you really just wrapping all your tests with the GenericDoFixture? If you put say a SetUpFixture or...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
4:41 pm
4779
... Yes. But my test page "starts" another fixture, which becomes the SUT. So I am specific in the test page, and generic in the common setup page. ... Ok, now...
Andreas Thiel
andreas_thie...
Offline Send Email
Jan 4, 2006
5:07 pm
4780
... That´s what I thought. So that gives you the opportunity to "start" fixtures instead of putting specific action methods in the top-level DoFixture that...
Dadi Ingolfsson
comspy66
Offline Send Email
Jan 4, 2006
8:31 pm
4781
Hi Dadi, Import fixtures are solving a problem (explicit package names in storytests) that DoFixture solves in a more general way. Your problem arises because...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2006
9:07 pm
4782
Here are some thoughts on setup and teardown. I hope someone finds them useful. Idiom 1 I prefer including setup/teardown pages with !include instead of Suite ...
Helck, Christopher
c_helck
Offline Send Email
Jan 4, 2006
9:26 pm
4783
Hi James, ... Sometimes a single application instance can be shared by using transactions that are aborted at the end of the test, so that changes don't affect...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2006
9:27 pm
4784
I've managed running JfcUnit from fixtures (chapter 32 of the Fit book). As I remember, I had to deal with the same inheritance issue with that. I could send...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2006
9:31 pm
4785
Hi Andreas, I don't see why you use the ''start'' in the tables here. Is there something that the first DoFixture can't do? Is it related to an earlier ...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2006
9:41 pm
4786
Hi Andreas, It appears that you are using DoFixtures in such a way as to emulate the standard Fit intepretation (ie, fixture names in tables, separate fixtures...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2006
9:51 pm
Messages 4757 - 4786 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