|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MockitoConfiguration
Allows configuring Mockito.
See examples in javadoc for ConfigurationSupport
| Method Summary | |
|---|---|
ReturnValues |
getReturnValues()
returns currently set ReturnValues |
void |
resetReturnValues()
Resets ReturnValues implementation to the default one: MockitoProperties.DEFAULT_RETURN_VALUES |
void |
setReturnValues(ReturnValues returnValues)
Sets ReturnValues implementation. |
| Method Detail |
|---|
ReturnValues getReturnValues()
ReturnValues
void setReturnValues(ReturnValues returnValues)
ReturnValues implementation.
Allows to change the values returned by unstubbed methods.
returnValues - void resetReturnValues()
ReturnValues implementation to the default one: MockitoProperties.DEFAULT_RETURN_VALUES
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||