Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 492 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 492 Bytes

Build Status

fdc-mock-helper

Utility functions for mocking (classes)

This little library provides only one method: newInstanceMockDependencies(Class, Object...)

This methode creates a new object of type Class, mocking all constuctor dependencies with Mockito. Optionally, constructor arguments can be supplied that are favored before mocking the arguments.