文件名称:Mocks, Mockito, and Spock
文件大小:420KB
文件格式:PDF
更新时间:2021-11-14 22:37:13
Mockito
Mocks or mock objects simulate the behavior of complex, real (nonmock) objects and are therefore useful when a real object is impractical or impossible to incorporate into a unit test. They provide: Default values unless stubbed Can help verify interactions, order of interaction, method parameters etc.