public class StubbingInfo extends Object
Constructor and Description |
---|
StubbingInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCaller() |
int |
getMaxCount() |
int |
getMinCount() |
StubbingInfo |
setCaller(String caller) |
StubbingInfo |
setMaxCount(int maxCount) |
StubbingInfo |
setMinCount(int minCount) |
public StubbingInfo()
public int getMinCount()
public StubbingInfo setMinCount(int minCount)
public int getMaxCount()
public StubbingInfo setMaxCount(int maxCount)
public StubbingInfo setCaller(String caller)
Copyright © 2016. All rights reserved.