Alwin Ibba

Show:

What's happening?

  • Comment: EJB 3 Support

    To be honest, I'm no longer convinced of the tightly integrated approach of Mockrunner. Furthermore I don't have the time to actively develop Mockrunner. But I want to keep the code as it is (maybe keeping it compatible with Java 7 and new Servlet API) because some projects are using it. Parts of Mockrunner are outdated (Struts, EJB 2). I think some parts are still useful. So I'm thinking about...

    2009-11-10 07:24:57 UTC in Mockrunner

  • Comment: EJB 3 Support

    To be honest longer convinced of the tightly integrated approach of Mockrunner. Furthermore I don't have the time to actively develop Mockrunner. But I want to keep the code as it is (maybe keeping it compatible with Java 7 and new Servlet API) because some projects are using it. Parts of Mockrunner are outdated (Struts, EJB 2). I think some parts are still useful. So I'm thinking about keeping...

    2009-11-10 07:22:57 UTC in Mockrunner

  • Followup: RE: JMS. verifyNumberOfReceivedTopicMessages

    I don't think so because the first test is running. Just refactor your test so that it does not extend the adapter and if it still doesn't work step through the code with the debugger.

    2009-11-09 18:36:27 UTC in Mockrunner

  • Comment: EJB 3 Support

    I don't think it makes sense. There are frameworks like ejb3unit and many "lightweight" EJB3-containers.

    2009-11-09 17:46:44 UTC in Mockrunner

  • Followup: RE: JMS. verifyNumberOfReceivedTopicMessages

    The adapters extend TestCase and are for JUnit 3.8. For JUnit 4 please do not extends the adpaters but do ejbTestModule = new EJBTestModule(new EJBMockObjectFactory()); jmsFactory = new JMSMockObjectFactory(); jmsTestModule = new JMSTestModule(jmsFactory);.

    2009-11-09 13:50:22 UTC in Mockrunner

  • Followup: RE: JMS. verifyNumberOfReceivedTopicMessages

    If you extend BasicJMSTestCaseAdapter or JMSTestCaseAdapter and override setUp or tearDown you have to call the corresponding super method. If you don't extend the adapters but work with JMSTestModule and JMSMockObjectFactory you have to recreate both on each test.

    2009-11-09 11:25:02 UTC in Mockrunner

  • Followup: RE: Null result set returned.

    use MockConnection con = factory.getMockConnection(); instead of creating a new one with createMockConnection();.

    2009-11-05 07:07:38 UTC in Mockrunner

  • Comment: Upload latest artifacts to iBiblio

    We do not upload Mockrunner to Maven repositories, as mentioned in the forum. I don't know who put Mockrunner in the Maven repo nor do I know which version it is.

    2009-10-15 06:02:34 UTC in Mockrunner

  • Mockrunner

    aibba committed patchset 957 of module mockrunner to the Mockrunner CVS repository, changing 1 files.

    2009-10-13 18:06:55 UTC in Mockrunner

  • Mockrunner

    aibba committed patchset 37 of module mockrunnerweb to the Mockrunner CVS repository, changing 1 files.

    2009-09-26 11:17:38 UTC in Mockrunner

About Me

  • 2003-06-19 (6 years ago)
  • 804648
  • aibba (My Site)
  • Alwin Ibba

Send me a message