Hi all,
I am facing issues in writing JUNIT test cases for my service implementation.
My intention is to write JUNIT test cases for my service implementation files of my plugin. I want to write a test cases without virgo server framework. The main problem i am facing is to pass the dependencies(usersessionservice , vimobjectreference service) that are passed to my functions through beans.
Can you please help me a way to do this, an example would be helpful.
PS: all the methods internally are using usersessionservice , vimobjectreference service, so i need to pass them as parameters.