<?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: Unit testing GWT</title>
	<atom:link href="http://www.assertinteresting.com/2009/05/unit-testing-gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.assertinteresting.com/2009/05/unit-testing-gwt/</link>
	<description>Thoughts on software development</description>
	<lastBuildDate>Wed, 13 Jan 2010 23:27:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eugen</title>
		<link>http://www.assertinteresting.com/2009/05/unit-testing-gwt/comment-page-1/#comment-5384</link>
		<dc:creator>Eugen</dc:creator>
		<pubDate>Fri, 18 Sep 2009 07:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.assertinteresting.com/?p=71#comment-5384</guid>
		<description>Cool article, but I&#039;m having trouble integrating Mockito into my GWT project (I created a module, included the sources but still have lots of compile errors). Is there any info out there about how to set Mockito up into a GWT project? Thanks.</description>
		<content:encoded><![CDATA[<p>Cool article, but I&#8217;m having trouble integrating Mockito into my GWT project (I created a module, included the sources but still have lots of compile errors). Is there any info out there about how to set Mockito up into a GWT project? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.assertinteresting.com/2009/05/unit-testing-gwt/comment-page-1/#comment-4623</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 09 Jun 2009 21:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.assertinteresting.com/?p=71#comment-4623</guid>
		<description>Hi Christina,

I think you&#039;ll have to show me your code.  This sounds like it may be related to your tool more than the example.</description>
		<content:encoded><![CDATA[<p>Hi Christina,</p>
<p>I think you&#8217;ll have to show me your code.  This sounds like it may be related to your tool more than the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina</title>
		<link>http://www.assertinteresting.com/2009/05/unit-testing-gwt/comment-page-1/#comment-4621</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.assertinteresting.com/?p=71#comment-4621</guid>
		<description>Hello DAN,

I did my testcase as you described and it worked well. Now I&#039;m trying to add the test to a TestSuite and the test allways fails with the error message that no test was found. Could you add a short example for this?

Thank  you,
Christina</description>
		<content:encoded><![CDATA[<p>Hello DAN,</p>
<p>I did my testcase as you described and it worked well. Now I&#8217;m trying to add the test to a TestSuite and the test allways fails with the error message that no test was found. Could you add a short example for this?</p>
<p>Thank  you,<br />
Christina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny MacDermid</title>
		<link>http://www.assertinteresting.com/2009/05/unit-testing-gwt/comment-page-1/#comment-4604</link>
		<dc:creator>Kenny MacDermid</dc:creator>
		<pubDate>Tue, 02 Jun 2009 18:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.assertinteresting.com/?p=71#comment-4604</guid>
		<description>Interesting post.

Instead of the CustomFlexTable I extended the GWTWidgetBridge (or GWTMockBridge as I call it), to return mock CellFormatters and ColumnFormatters when HTMLTable.class.isAssignableFrom(classLiteral). If you&#039;d like it send me an email.

Now I&#039;m just trying to figure out if there&#039;s a clean way to determine when a class is a remote service and return the proper async impl class.

Kenny</description>
		<content:encoded><![CDATA[<p>Interesting post.</p>
<p>Instead of the CustomFlexTable I extended the GWTWidgetBridge (or GWTMockBridge as I call it), to return mock CellFormatters and ColumnFormatters when HTMLTable.class.isAssignableFrom(classLiteral). If you&#8217;d like it send me an email.</p>
<p>Now I&#8217;m just trying to figure out if there&#8217;s a clean way to determine when a class is a remote service and return the proper async impl class.</p>
<p>Kenny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Massenzio</title>
		<link>http://www.assertinteresting.com/2009/05/unit-testing-gwt/comment-page-1/#comment-4394</link>
		<dc:creator>Marco Massenzio</dc:creator>
		<pubDate>Mon, 25 May 2009 06:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.assertinteresting.com/?p=71#comment-4394</guid>
		<description>Very interesting, I&#039;m definitely going to give it a spin... and thanks for introducing me to Mockito!</description>
		<content:encoded><![CDATA[<p>Very interesting, I&#8217;m definitely going to give it a spin&#8230; and thanks for introducing me to Mockito!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Mitchell</title>
		<link>http://www.assertinteresting.com/2009/05/unit-testing-gwt/comment-page-1/#comment-4256</link>
		<dc:creator>Scott Mitchell</dc:creator>
		<pubDate>Sun, 24 May 2009 12:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.assertinteresting.com/?p=71#comment-4256</guid>
		<description>Pretty cool Dan, could you get around your issue with the FlexTable (and any other situations like that) by building a backdoor into your GWTWidgetBridge that allows you to manually prep your mocks for certain widgets? That way you could setup the flex table and cell formatter in your unit test and then set it into the widget bridge before calling disarm. Of course, you&#039;d have to figure out the way to say which call to use your custom mock for. My first reaction to that would be to store the mocks in a map keyed by class with the value being a Queue so that the custom mocks would get used in FIFO order. Then you would check the map for the requested class and use the mock from there if it existed, otherwise use the behavior you have described here.</description>
		<content:encoded><![CDATA[<p>Pretty cool Dan, could you get around your issue with the FlexTable (and any other situations like that) by building a backdoor into your GWTWidgetBridge that allows you to manually prep your mocks for certain widgets? That way you could setup the flex table and cell formatter in your unit test and then set it into the widget bridge before calling disarm. Of course, you&#8217;d have to figure out the way to say which call to use your custom mock for. My first reaction to that would be to store the mocks in a map keyed by class with the value being a Queue so that the custom mocks would get used in FIFO order. Then you would check the map for the requested class and use the mock from there if it existed, otherwise use the behavior you have described here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
