Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deepaksorthiya/maven-junit5-mockito
- Owner: deepaksorthiya
- Created: 2024-03-20T19:10:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T19:10:54.000Z (10 months ago)
- Last Synced: 2024-04-11T06:42:49.833Z (9 months ago)
- Topics: java, jdk17, junit5, mockito, testing
- Language: Java
- Homepage: https://github.com/deepaksorthiya/maven-junit5-mockito
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)