<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fixture Gallery</title>
	<atom:link href="http://gojko.net/fitnesse/fixturegallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net</link>
	<description>Building software that matters</description>
	<lastBuildDate>Fri, 18 May 2012 13:40:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: seb</title>
		<link>http://gojko.net/fitnesse/fixturegallery/comment-page-1/#comment-121197</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Sun, 27 Feb 2011 19:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/fitnesse/fixture-gallery/#comment-121197</guid>
		<description>Hello, I need your help in order to solve several problems with Fitnesse:
- When there is a &quot;main&quot; function in a C program, I cannot test the functions of this program. 
For example:

int add (int a, int b)
{
     return a + b;
}

void main (void) {
int a = 1;
int b = 2;
int result = add (a, b);}

How do I test the add function in Fitnesse?

- Is it possible to test a Java or C + +  application that allows you to move a
cursor / an arrow / an image on a GUI using the arrow keys, and then be able to check it with fitnesse (by simulating the use of an arrow key and checking the result on the GUI)? Does ActionFixture allow doing it?

I am investigating for over a month without success, I cannot find much information about Fitnesse. This work is crucial for my diploma and as time goes it gets more and more urgent every day.
Would you be so kind to help me please, thank you.</description>
		<content:encoded><![CDATA[<p>Hello, I need your help in order to solve several problems with Fitnesse:<br />
- When there is a &#8220;main&#8221; function in a C program, I cannot test the functions of this program.<br />
For example:</p>
<p>int add (int a, int b)<br />
{<br />
     return a + b;<br />
}</p>
<p>void main (void) {<br />
int a = 1;<br />
int b = 2;<br />
int result = add (a, b);}</p>
<p>How do I test the add function in Fitnesse?</p>
<p>- Is it possible to test a Java or C + +  application that allows you to move a<br />
cursor / an arrow / an image on a GUI using the arrow keys, and then be able to check it with fitnesse (by simulating the use of an arrow key and checking the result on the GUI)? Does ActionFixture allow doing it?</p>
<p>I am investigating for over a month without success, I cannot find much information about Fitnesse. This work is crucial for my diploma and as time goes it gets more and more urgent every day.<br />
Would you be so kind to help me please, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/fitnesse/fixturegallery/comment-page-1/#comment-42147</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Fri, 13 Mar 2009 10:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/fitnesse/fixture-gallery/#comment-42147</guid>
		<description>Yep, i planned to do that... not high on my list of priorities, though. You can see my &lt;a href=&quot;/resources/slim.ppt&quot; rel=&quot;nofollow&quot;&gt;slim&lt;/a&gt; presentation for a few examples though.</description>
		<content:encoded><![CDATA[<p>Yep, i planned to do that&#8230; not high on my list of priorities, though. You can see my <a href="/resources/slim.ppt" rel="nofollow">slim</a> presentation for a few examples though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://gojko.net/fitnesse/fixturegallery/comment-page-1/#comment-42128</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 13 Mar 2009 02:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/fitnesse/fixture-gallery/#comment-42128</guid>
		<description>Gojko, would it be possible for you to add SLIM examples?  In particular being able to download an executable Fitnesse wiki that demonstrates .NET support with SLIM would really be helpful.</description>
		<content:encoded><![CDATA[<p>Gojko, would it be possible for you to add SLIM examples?  In particular being able to download an executable Fitnesse wiki that demonstrates .NET support with SLIM would really be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/fitnesse/fixturegallery/comment-page-1/#comment-40102</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Sat, 07 Feb 2009 16:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/fitnesse/fixture-gallery/#comment-40102</guid>
		<description>Tomwang, 

As far as I know, there is a &lt;a href=&quot;http://fitnesse.org/FitServers.CppFit.CppTestTools&quot; rel=&quot;nofollow&quot;&gt;C++ test runner &lt;/a&gt; that integrates with FitNesse already.</description>
		<content:encoded><![CDATA[<p>Tomwang, </p>
<p>As far as I know, there is a <a href="http://fitnesse.org/FitServers.CppFit.CppTestTools" rel="nofollow">C++ test runner </a> that integrates with FitNesse already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomwang</title>
		<link>http://gojko.net/fitnesse/fixturegallery/comment-page-1/#comment-40101</link>
		<dc:creator>Tomwang</dc:creator>
		<pubDate>Sat, 07 Feb 2009 16:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/fitnesse/fixture-gallery/#comment-40101</guid>
		<description>When will C++ version of FIT be added to fitnesse?</description>
		<content:encoded><![CDATA[<p>When will C++ version of FIT be added to fitnesse?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

