| Author |
Mocking of methods called by this
|
Kasarla Harish Kumar
Greenhorn
Joined: Aug 12, 2012
Posts: 1
|
|
Hi,
I am facing problem while mocking a method .here is an example...
public class SampleClass{
public String method1(int a,int b){
}
|
 |
Matthew Brown
Bartender
Joined: Apr 06, 2010
Posts: 3791
|
|
Hi Kasarla. Welcome to the Ranch!
What is the problem, then? We can't help you without knowing the details. (See TellTheDetails for more).
|
 |
 |
|
|
subject: Mocking of methods called by this
|
|
|