Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 694 Bytes

Build Status codecov Maven Central

Url Mock

A simple library for mocking connections obtained through java.net.URL

Installation

<dependency>
  <groupId>io.bestquality</groupId>
  <artifactId>urlmock</artifactId>
  <version>0.0.18</version>
  <scope>test</scope>
</dependency>