Merge pull request #14721 from sam-gardner/BAEL-6729-mock-same-method-different-params
BAEL-6729 Add example code for mocking one method with multiple param…
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package com.baeldung.onemethodmultipleparams;
|
||||
|
||||
public class ExampleService {
|
||||
public int getValue(int arg) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user