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...
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...
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...
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...
Hello gojko,   Sure, here it goes:  import fit.*; public class Calculator extends ColumnFixture{   public int a;   public int b;   Calculator()...
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....
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...
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 ...
... 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...
... 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...
In article <f8b5f7f20807021033h6025e4bfmd4dd78aeb6cc92db@...>, ... Me too. I'm overhauling/building our QA team from the ground up and so far we...
Richard
legalize@...
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...
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...
In article <f8b5f7f20807021221w20ad8259i8e43d0ffb7ee3396@...>, ... Which version is on fitnesse.org? -- "The Direct3D Graphics Pipeline" -- DirectX...
Richard
legalize@...
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...
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...
... 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...
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...
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...
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...
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...
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...