Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdev-software/testcontainers-junit4-mock
JUnit4-Mock for Testcontainers Java
https://github.com/xdev-software/testcontainers-junit4-mock
java junit4 mock testcontainers
Last synced: about 2 months ago
JSON representation
JUnit4-Mock for Testcontainers Java
- Host: GitHub
- URL: https://github.com/xdev-software/testcontainers-junit4-mock
- Owner: xdev-software
- License: apache-2.0
- Created: 2024-04-22T13:05:16.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-08T02:32:41.000Z (about 2 months ago)
- Last Synced: 2024-11-08T03:29:23.330Z (about 2 months ago)
- Topics: java, junit4, mock, testcontainers
- Language: Java
- Homepage:
- Size: 649 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/testcontainers-junit4-mock?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/testcontainers-junit4-mock)
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-junit4-mock/check-build.yml?branch=develop)](https://github.com/xdev-software/testcontainers-junit4-mock/actions/workflows/check-build.yml?query=branch%3Adevelop)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_testcontainers-junit4-mock&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_testcontainers-junit4-mock)# JUnit4-Mock for Testcontainers Java
Mocks the few [JUnit 4](https://github.com/junit-team/junit4) classes that [testcontainers](https://github.com/testcontainers/testcontainers-java) needs so that JUnit 4 can be excluded.
Fixes/Works around [testcontainers-java#970](https://github.com/testcontainers/testcontainers-java/issues/970)
## Usage
```xmlsoftware.xdev
testcontainers-junit4-mockorg.testcontainers
testcontainers
junit
junit
```
_Please note that you may need to insert the corresponding versions_## Installation
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-junit4-mock/releases/latest#Installation)## Support
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.## Dependencies and Licenses
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/testcontainers-junit4-mock/dependencies)Disclaimer: This is not an official Testcontainers product and not associated