Re: newbie JIRA

2015-08-03 Thread Romain Manni-Bucau
done! Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2015-08-01 23:35 GMT+02:00 Alex Gout : > perf

Re: newbie JIRA

2015-08-01 Thread Alex Gout
perfect. Thx! On Sat, Aug 1, 2015 at 3:31 PM Romain Manni-Bucau wrote: > Should be able - if it can wait on monday cause im on the phone ATM. Just > comment it for now to say your work on it. > Le 1 août 2015 22:38, "Alex Gout" a écrit : > > > Thanks Romain. Are you able to assign 1618 to me? O

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
Should be able - if it can wait on monday cause im on the phone ATM. Just comment it for now to say your work on it. Le 1 août 2015 22:38, "Alex Gout" a écrit : > Thanks Romain. Are you able to assign 1618 to me? Or any other one you > think I could pick up > > On Sat, Aug 1, 2015 at 2:35 PM Roma

Re: newbie JIRA

2015-08-01 Thread Alex Gout
Thanks Romain. Are you able to assign 1618 to me? Or any other one you think I could pick up On Sat, Aug 1, 2015 at 2:35 PM Romain Manni-Bucau wrote: > Sure. Take a task. One thing I love in openejb is speaking of feature and > not technology first. Makes clearly more added value to end users. >

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
Sure. Take a task. One thing I love in openejb is speaking of feature and not technology first. Makes clearly more added value to end users. Grab a task, do it the best you can and you will always get support for it if you need :). Le 1 août 2015 21:36, "Alex Gout" a écrit : > I just wanted to c

Re: newbie JIRA

2015-08-01 Thread Alex Gout
I just wanted to contribute to (what I thought was) a nice project. On Sat, Aug 1, 2015 at 1:25 PM Romain Manni-Bucau wrote: > Ok so let speak on real use cases for now. > > I didnt speak of anything theorical just than mocking means missing sthg > and with tomee you never need it so better to n

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
Ok so let speak on real use cases for now. I didnt speak of anything theorical just than mocking means missing sthg and with tomee you never need it so better to not start by it. Le 1 août 2015 21:07, "Alex Gout" a écrit : > Thanks for your comment. However, I'm still not certain what type of >

Re: newbie JIRA

2015-08-01 Thread Alex Gout
Thanks for your comment. However, I'm still not certain what type of testing you are talking about. For integration test, you are absolutely right. However, integration tests only don't cut it if you want to really test your product and its components. You can find numerous sites where you can read

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
Dont want to debate here but mocking internals is not really testing - it is ok for external systems cause you dont have the choice most of the time. What do you want to mock? Maybe it would be easier this way. Le 1 août 2015 17:11, "Alex Gout" a écrit : > > I can only assume you're talking abou

Re: newbie JIRA

2015-08-01 Thread Alex Gout
I can only assume you're talking about integration testing in which case you shouldn't use mocks (maybe stubs in some cases for example when relying on 3rd party services). However, for solid unit testing using mocks is not avoidable. Your side note illustrates why unit tests are so important. On

Re: newbie JIRA

2015-07-31 Thread Romain Manni-Bucau
Hi Le 1 août 2015 03:30, "Alex Gout" a écrit : > > Hi, > > I created JIRA TOMEE-1618. Can someone check and assign to me please? > > Also a question.. I don't see many unit tests that use mocks, only a few > that use easymock. Is it a problem to introduce Mockito? > Why mocking? Just really test

newbie JIRA

2015-07-31 Thread Alex Gout
Hi, I created JIRA TOMEE-1618. Can someone check and assign to me please? Also a question.. I don't see many unit tests that use mocks, only a few that use easymock. Is it a problem to introduce Mockito? -Alex