Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepaksorthiya/maven-junit5-mockito

Maven Junit5 Mockito Testing JDK17
https://github.com/deepaksorthiya/maven-junit5-mockito

java jdk17 junit5 mockito testing

Last synced: 8 days ago
JSON representation

Maven Junit5 Mockito Testing JDK17

Awesome Lists containing this project

README

        

# Getting Started

## Requirements:
```
Java : 17
Maven : 3.9+
```

## Test application using:
```bash
mvn clean test
```

### Reference Documentation
For further reference, please consider the following sections:

* [Official Junit5 documentation](https://junit.org/junit5/)
* [Official Mockito Reference Guide](https://site.mockito.org/)