Re: Airavata unit tests - Mocking

2018-02-28 Thread Sachin Kariyattin
Hi Dimuthu, Not sure about that. I had just used this before during my previous internship. They do have frequent releases and active contributions going on. http://jmockit.github.io/changes.html On Wed, Feb 28, 2018 at 2:20 PM, DImuthu Upeksha wrote: > Hi Sachin, > > +1. mockito also is widely

Re: Airavata unit tests - Mocking

2018-02-28 Thread DImuthu Upeksha
Hi Sachin, +1. mockito also is widely used in the industry. But when I went through some reviews, seems jmockit wins the competition. Do you have an idea about the maturity of the project? [1] http://site.mockito.org/ On Wed, Feb 28, 2018 at 2:14 PM, Christie, Marcus Aaron wrote: > +1. > > > O

Re: Airavata unit tests - Mocking

2018-02-28 Thread Christie, Marcus Aaron
+1. On Feb 27, 2018, at 8:09 PM, Sachin Kariyattin mailto:sachin9...@gmail.com>> wrote: Hello Dev, I see that we don’t use mocking in any of the Airavata unit tests. This sometimes makes it difficult because all the dependent objects need to be created before one particular piece can be teste

Re: Airavata unit tests - Mocking

2018-02-28 Thread Chathura Herath
I agree. I think this is the right approach to test multiple interface abstracted framework like this. +1. On Wed, Feb 28, 2018 at 8:32 AM Pierce, Marlon wrote: > ​+1, very good suggestion. > > > Marlon > -- > *From:* Sachin Kariyattin > *Sent:* Tuesday, February 27,

Re: Install all Airavata server components in a single machine

2018-02-28 Thread Pierce, Marlon
Thanks, Dimuthu, very thorough.  If anyone finds any problems with this, you can leave a comment in the google doc. We should move this to some place like http://airavata.readthedocs.io. Marlon From: "dimuthu.upeks...@gmail.com" Reply-To: "dev@airavata.apache.org" Date: Tuesday,

Re: Airavata unit tests - Mocking

2018-02-28 Thread Pierce, Marlon
?+1, very good suggestion. Marlon From: Sachin Kariyattin Sent: Tuesday, February 27, 2018 8:09 PM To: dev@airavata.apache.org Subject: Airavata unit tests - Mocking Hello Dev, I see that we don't use mocking in any of the Airavata unit tests. This sometimes