Re: Help with JUnits

2016-01-20 Thread B Prakash
UserVmManagerImpl.commitUserVm. If I am unable to trace this, I will write junits for this afresh. From: Mike Tutkowski Sent: Wednesday, January 20, 2016 12:38 AM To: dev@cloudstack.apache.org Subject: Re: Help with JUnits I'm not sure what CloudStack's test-covera

Re: Help with JUnits

2016-01-19 Thread Mike Tutkowski
> From: Mike Tutkowski > Sent: Tuesday, January 19, 2016 3:01 AM > To: dev@cloudstack.apache.org > Subject: Re: Help with JUnits > > So, yeah, unit tests are written in Java while integration tests are > written in Python using Marvin...if that helps cl

Re: Help with JUnits

2016-01-19 Thread B Prakash
for it. Is the Junit coverage 100%? From: Mike Tutkowski Sent: Tuesday, January 19, 2016 3:01 AM To: dev@cloudstack.apache.org Subject: Re: Help with JUnits So, yeah, unit tests are written in Java while integration tests are written in Python using

Re: Help with JUnits

2016-01-19 Thread Mike Tutkowski
tart looking for them and confirm if > they exist? > > > From: Mike Tutkowski > Sent: Monday, January 18, 2016 11:51 PM > To: dev@cloudstack.apache.org > Subject: Re: Help with JUnits > > Here's a video of a presentation I gav

Re: Help with JUnits

2016-01-18 Thread B Prakash
junit coverage for a particular class and implementation in it? Where do I start looking for them and confirm if they exist? From: Mike Tutkowski Sent: Monday, January 18, 2016 11:51 PM To: dev@cloudstack.apache.org Subject: Re: Help with JUnits Here

Re: Help with JUnits

2016-01-18 Thread Mike Tutkowski
Here's a video of a presentation I gave about Marvin (from CloudStack Days in Austin last year): https://www.youtube.com/watch?v=N_eKBA_TeOs On Mon, Jan 18, 2016 at 9:49 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Does this help? > > > https://cwiki.apache.org/confluence/display/

Re: Help with JUnits

2016-01-18 Thread Mike Tutkowski
Does this help? https://cwiki.apache.org/confluence/display/CLOUDSTACK/Marvin+-+Testing+with+Python On Mon, Jan 18, 2016 at 8:56 PM, B Prakash wrote: > Hi, > > > Please can someone help me with identifying and amending junits for > UserVmManagerImpl.commitUserVm? I see a test class called

Help with JUnits

2016-01-18 Thread B Prakash
Hi, Please can someone help me with identifying and amending junits for UserVmManagerImpl.commitUserVm? I see a test class called UserVmManagerTest but I dont see a good junits coverage here. Also link in the 'Developer > Testing > Unit testing with JUnit and Spring' doesnt give out lot