Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 430 Bytes

datarouter-testng

datarouter-testng is used to test other modules that require injection with the TestNg framework.

Installation with Maven

<dependency>
	<groupId>io.datarouter</groupId>
	<artifactId>datarouter-testng</artifactId>
	<version>0.0.126</version>
	<scope>test</scope>
</dependency>

License

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