Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 434 Bytes

datarouter-mockito

datarouter-mockito is used to test other modules that require injection with the Mockito framework.

Installation with Maven

<dependency>
	<groupId>io.datarouter</groupId>
	<artifactId>datarouter-mockito</artifactId>
	<version>0.0.125</version>
	<scope>test</scope>
</dependency>

License

This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.