http-router-testing/README.md at master · JavaWebStack/http-router-testing

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

30 lines (24 loc) · 1.34 KB

Testing Helpers for the JWS HTTP Routing Library

GitHub Workflow Status (branch) GitHub Maven metadata URL GitHub contributors Lines of code Discord Twitter Follow

Introduction

JUnit 5 compatible testing helpers for http-router

Documentation

You can find the current docs on our website. This is a work-in-progress project though so it's not yet complete.

Maven

<dependency>
    <groupId>org.javawebstack</groupId>
    <artifactId>http-router-testing</artifactId>
    <version>1.0.0</version>
</dependency>