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 7175 - 7204 of 14144   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7175
Hi, I have spent about a month experimenting with Fitnesse + .Net, with great results. However, I think that the .Net integration has is a big problem with...
Gojko Adzic
gojko_lastname
Offline Send Email
Jan 2, 2007
4:23 am
7176
Rick, Sounds awesome, as always. One question though, will the IDE include a kind of GUI for writing story tests easier? One problem I've had with some clients...
James Carr
cloud_strife...
Offline Send Email
Jan 2, 2007
4:32 am
7177
Hi James, Yes, at the moment, writing the storytests is the biggest limit on storytest driven development. Breve is GUI-based; I've been building it since...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 2, 2007
9:01 am
7178
Hello, Gojko. On Monday, January 1, 2007, at 8:20:51 AM, you ... Nice contribution Gojko! I'd like to see this, and more things like this, added to the...
Ron Jeffries
ronaldejeffries
Offline Send Email
Jan 2, 2007
11:57 am
7179
Hi Rick and other Fitnesse Folk, The new release seems to fix many of the problems I had encountered with the delta release. Many thanks. I'm still having...
Helck, Christopher
c_helck
Offline Send Email
Jan 2, 2007
4:38 pm
7180
Hi, This is more difficult than I thought... Is there a way I can execute a suite fixture in JUnit? It seems like FitLibraryServer is tightly coupled to...
Helck, Christopher
c_helck
Offline Send Email
Jan 2, 2007
6:42 pm
7181
... thanks. is there anything that you would like to see explained better or in more detail? re adding to fitnesse doc - as far as I'm concerned, this doc is...
Gojko Adzic
gojko_lastname
Offline Send Email
Jan 2, 2007
11:11 pm
7182
Hi Chris, I've obviously missed some test cases. I'll look into it now. Yes, SuiteFixture depends on FitLibraryServer being used. Look at the code in...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 2, 2007
11:19 pm
7183
Gojko, I just started playing with Fit and Fitnesse last week. Spent Friday bashing my head with Fitnesse. Read your document today and no more head bashing!!!...
candisuriano
Offline Send Email
Jan 3, 2007
2:54 am
7184
Hi Rick, I created a unit test. There are three files: MyTest.java is the unit test. It creates a html page and feeds it to fitnesse. MySuite.java is a simple...
Helck, Christopher
c_helck
Offline Send Email
Jan 3, 2007
3:59 pm
7185
Hello! I work in a enterprise that works with Java web applications using Tomcat. I was answered to work with HTMLUnit tests using HTMLFixture. I can test a...
Hugo Magalhães
hugaomagalhaes
Offline Send Email
Jan 3, 2007
10:00 pm
7186
I have Java method that is called by fitnesse that resolves a UNIX symbolic link path. During the course of a test, this symbolic link changes and I have Java...
Lars Nordin
lnordinpf
Offline Send Email
Jan 3, 2007
10:00 pm
7187
Hello! I work in a enterprise that works with Java web applications using Tomcat. I was answered to work with HTMLUnit tests using HTMLFixture. I can test a...
hugaomagalhaes
Offline Send Email
Jan 3, 2007
10:00 pm
7188
Hi Chris, I had a good look at this yesterday and started to implement a fix. Then I thought about the complex cases, where several fixtures share the same ...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2007
2:39 am
7189
This is a minor release. It changes the way that setUp() and tearDown() methods are called. It also introduces suiteSetUp() and suiteTearDown() methods. See...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2007
6:58 am
7190
Hi Rick, The suiteSetUp() and suiteTearDown() seem to work. In my unit test the suiteTearDown() does not get called (but it does if I run a suite in Fitnesse)....
Helck, Christopher
c_helck
Offline Send Email
Jan 4, 2007
8:35 pm
7191
Hi Chris, Add the following code to the end of your code: fitServer.exitQuietly(); Or call its exit() method if you want the stats printed out. Cheers, Rick...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2007
8:58 pm
7192
Hi Rick, I agree that magic methods like setUp and tearDown should not be called in POJOs, and that it is the Fixture/Traverse/DomainAdapter's job to call them...
Helck, Christopher
c_helck
Offline Send Email
Jan 4, 2007
10:28 pm
7193
Hi Chris, It's a reasonable assumption that all Fixtures/Traverses would support setUp()/tearDown(). I'll add a card to the stack to do just that. The original...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 4, 2007
11:32 pm
7194
Hi Gojko, thanks for this contribution, it's a great start. One thing I'd personally be interested in seeing added to this document is information/best...
wesshaddix
Offline Send Email
Jan 5, 2007
3:38 am
7195
TO: Micah Martin and anyone else who is interested/has an opinion, I currently have some free time (for the first time in years) and am contemplating making a...
Owen Evans
owenmcevans
Offline Send Email
Jan 5, 2007
1:50 pm
7196
WatiNFixture 0.2 has been released. The complete release notes can be found at http://sourceforge.net/project/shownotes.php?group_id=181273 ...
Jeff Parker
kalnir
Offline Send Email
Jan 5, 2007
2:13 pm
7197
This might be the wrong forum for this this question, but anyway here it comes: We have started to use Fitnesse and Selenium to test our application. We are...
barbro_julin
Offline Send Email
Jan 5, 2007
2:18 pm
7198
Be my guest! I look forward to watching the progress of your port. Micah Martin 8th Light, Inc. 8thlight.com...
Micah Martin
slagyr
Offline Send Email
Jan 5, 2007
3:58 pm
7199
From: "Owen Evans" <owenmcevans.at.gmail.com@...> To: "fitnesse@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 5, 2007
4:43 pm
7200
Hi, I've noticed that after updating to the latest FitLibrary that Fitnesse renders pages differently. In the past when I ran a suite of tests I'd ... Total...
Helck, Christopher
c_helck
Offline Send Email
Jan 5, 2007
5:01 pm
7201
yahoogroups@... Sent by: fitnesse@yahoogroups.com 05-Jan-2007 16:38 Please respond to fitnesse@yahoogroups.com To fitnesse@yahoogroups.com cc Subject ...
andrew.p.mcdonagh@...
andy_ipaccess
Offline Send Email
Jan 5, 2007
6:02 pm
7202
Hi Chris, I should've mentioned that in the release! I spent some time trying to track down the problem og FitNesse failing due, probably, to the code that...
Rick Mugridge
rickmugridge
Offline Send Email
Jan 6, 2007
2:26 am
7203
And don't forget source code control. ... functionality ... fitnesse ... built on ... that people ... with I'm ... Fitnesse on ... was able ... the idea...
Chris Gardner
chris_gardner76
Offline Send Email
Jan 6, 2007
5:28 am
7204
ok maybe there are a lot of potential stories to include into the release. however my first stop is to get a simple wiki and test system up and running in IIS,...
Owen Evans
owenmcevans
Offline Send Email
Jan 6, 2007
11:58 am
Messages 7175 - 7204 of 14144   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