public class ExpectNewWithMultipleCtorDemo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Service |
service |
private int |
times |
Constructor and Description |
---|
ExpectNewWithMultipleCtorDemo(Service service) |
ExpectNewWithMultipleCtorDemo(Service service,
int times) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
useService() |