<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>easymock at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/easymock/</link>
    <description>EasyMock</description>

    <item>
      <title>Re: An idea to simplify EasyMock usage that I&#39;ve used in my own work</title>
      <pubDate>Sat, 07 Nov 2009 17:25:49 GMT</pubDate>
      <dc:creator>Pierre GOUPIL</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1476</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1476</guid>
      <description>Hi, I&#39;d be glad to see your code, man. cheers, Zala ... -- Sans amis était le grand maître des mondes, Eprouvait manque, ce pour quoi il créa les esprits, </description>
    </item>
    <item>
      <title>An idea to simplify EasyMock usage that I&#39;ve used in my own work</title>
      <pubDate>Sat, 07 Nov 2009 04:27:14 GMT</pubDate>
      <dc:creator>scherer_al</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1475</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1475</guid>
      <description>Hi, I&#39;ve used EasyMock quite extensively in my development.  To make it easier for me to use EasyMock, I created one simple class (which acts as a superclass</description>
    </item>
    <item>
      <title>Re: EasyMock 1.3 to EasyMock 2</title>
      <pubDate>Tue, 06 Oct 2009 22:29:28 GMT</pubDate>
      <dc:creator>Henri Tremblay</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1474</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1474</guid>
      <description>Hi, EasyMock 2 is backward compatible with EasyMock 1. You still have the MockControl class. So just changing the jar should be fine. From there, if you want</description>
    </item>
    <item>
      <title>EasyMock 1.3 to EasyMock 2</title>
      <pubDate>Tue, 06 Oct 2009 10:35:53 GMT</pubDate>
      <dc:creator>Khurram Chaudhary</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1473</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1473</guid>
      <description>Hi All, We have a testing framework which used EasyMock 1.3 extensively, we are looking to upgrade to latest version of EasyMock, may be 2.5.  I cant find any</description>
    </item>
    <item>
      <title>Re: Matcher &amp; multiple calls</title>
      <pubDate>Thu, 01 Oct 2009 19:17:40 GMT</pubDate>
      <dc:creator>Henri Tremblay</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1472</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1472</guid>
      <description>Hi, Matchers can be called any amount of time. Especially in and unordered mock because it keeps looking to something that matches. It will then have </description>
    </item>
    <item>
      <title>Matcher &amp; multiple calls</title>
      <pubDate>Thu, 01 Oct 2009 09:04:21 GMT</pubDate>
      <dc:creator>Bill Comer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1471</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1471</guid>
      <description>Below is a test I have knocked up that uses its own matcher. I know in this case I could use a standard matcher but in my real code I need a more complicated</description>
    </item>
    <item>
      <title>Re: EasyMock 2.5.1</title>
      <pubDate>Tue, 29 Sep 2009 18:56:12 GMT</pubDate>
      <dc:creator>Henri Tremblay</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1470</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1470</guid>
      <description>Yes. The roadmap is: - Finish to convert EasyMock into an OSGi bundle - Deliver under MIT - Deliver under Apache (should be done really soon after MIT) - Add</description>
    </item>
    <item>
      <title>Re: EasyMock 2.5.1</title>
      <pubDate>Tue, 29 Sep 2009 10:58:13 GMT</pubDate>
      <dc:creator>sslavic</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1469</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1469</guid>
      <description>... Will EasyMock Class Extension follow the move to Apache 2 license? Regards, Stevo.</description>
    </item>
    <item>
      <title>Re: EasyMock 2.5.2 feedback, varargs</title>
      <pubDate>Mon, 28 Sep 2009 21:27:39 GMT</pubDate>
      <dc:creator>Henri Tremblay</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1468</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1468</guid>
      <description>Hi, If you are using the lastest easymock version, the genuine capture allows you to capture multiple values. However it won&#39;t do your special verify :-) </description>
    </item>
    <item>
      <title>Re: EasyMock 2.5.2 feedback, varargs</title>
      <pubDate>Mon, 28 Sep 2009 07:47:55 GMT</pubDate>
      <dc:creator>John Hendrikx</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1467</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1467</guid>
      <description>Thank you, using a Capture works for me.  Although I&#39;m not 100% sure it is allowed to capture multiple values with a Capture, but it seems to work.  This is</description>
    </item>
    <item>
      <title>Re: EasyMock 2.5.2 feedback, varargs</title>
      <pubDate>Sun, 27 Sep 2009 16:15:23 GMT</pubDate>
      <dc:creator>Henri Tremblay</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1466</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1466</guid>
      <description>Hi, It doesn&#39;t work because varargs are expanded so they are consider as separated arguments and they need a matcher each. It&#39;s normally fine but since you</description>
    </item>
    <item>
      <title>Re: EasyMock 2.5.2 feedback, varargs</title>
      <pubDate>Fri, 25 Sep 2009 06:11:30 GMT</pubDate>
      <dc:creator>John Hendrikx</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1465</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1465</guid>
      <description>Yes, I created my own argument matcher as I said in my post, however it gives me the following exception when two LunchItems are passed: </description>
    </item>
    <item>
      <title>Re: EasyMock 2.5.2 feedback, varargs</title>
      <pubDate>Thu, 24 Sep 2009 15:14:30 GMT</pubDate>
      <dc:creator>Jason Winnebeck</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1464</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1464</guid>
      <description>Really what you are trying to pass is a Set, then. You could make your own argument matcher that takes all of the elements in the array, puts them into a Set,</description>
    </item>
    <item>
      <title>EasyMock 2.5.2 feedback, varargs</title>
      <pubDate>Thu, 24 Sep 2009 06:20:51 GMT</pubDate>
      <dc:creator>John Hendrikx</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1463</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1463</guid>
      <description>I&#39;m having a problem with mocking a method which uses varargs: void testMethod(String... lunchItems) The trouble is that the varargs are not required to be in</description>
    </item>
    <item>
      <title>Re: EasyMock anyObject() question</title>
      <pubDate>Thu, 17 Sep 2009 22:06:49 GMT</pubDate>
      <dc:creator>Henri Tremblay</dc:creator>
      <link>http://tech.groups.yahoo.com/group/easymock/message/1462</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/easymock/message/1462</guid>
      <description>Hi, This group is the perfect place to post such question. Since you have one parameter and it&#39;s using a matcher, you&#39;re fne. So there&#39;s another matcher</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Tue Nov 10 15:23:51 PST 2009 -->
