{"id":19725617,"url":"https://github.com/xdev-software/testcontainers-junit4-mock","last_synced_at":"2025-10-06T18:47:32.399Z","repository":{"id":235186376,"uuid":"790205028","full_name":"xdev-software/testcontainers-junit4-mock","owner":"xdev-software","description":"JUnit4-Mock for Testcontainers Java","archived":false,"fork":false,"pushed_at":"2025-10-06T04:15:12.000Z","size":834,"stargazers_count":12,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-06T05:36:09.006Z","etag":null,"topics":["java","junit4","mock","testcontainers"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdev-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-22T13:05:16.000Z","updated_at":"2025-10-06T03:16:07.000Z","dependencies_parsed_at":"2024-05-12T03:24:06.381Z","dependency_job_id":"ad5b008e-5565-45d6-bf47-06a65b134a22","html_url":"https://github.com/xdev-software/testcontainers-junit4-mock","commit_stats":null,"previous_names":["xdev-software/testcontainers-java-junit4-mock"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/xdev-software/testcontainers-junit4-mock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Ftestcontainers-junit4-mock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Ftestcontainers-junit4-mock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Ftestcontainers-junit4-mock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Ftestcontainers-junit4-mock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdev-software","download_url":"https://codeload.github.com/xdev-software/testcontainers-junit4-mock/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Ftestcontainers-junit4-mock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278577935,"owners_count":26009701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","junit4","mock","testcontainers"],"created_at":"2024-11-11T23:31:34.283Z","updated_at":"2025-10-06T18:47:32.391Z","avatar_url":"https://github.com/xdev-software.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"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)\n[![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)\n\n# JUnit4-Mock for Testcontainers Java\n\nMocks 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.\n\nFixes/Works around [testcontainers-java#970](https://github.com/testcontainers/testcontainers-java/issues/970)\n\n## Usage\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003esoftware.xdev\u003c/groupId\u003e\n    \u003cartifactId\u003etestcontainers-junit4-mock\u003c/artifactId\u003e\n\u003c/dependency\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.testcontainers\u003c/groupId\u003e\n    \u003cartifactId\u003etestcontainers\u003c/artifactId\u003e\n    \u003cexclusions\u003e\n        \u003c!-- No JUnit 4 --\u003e\n        \u003cexclusion\u003e\n            \u003cgroupId\u003ejunit\u003c/groupId\u003e\n            \u003cartifactId\u003ejunit\u003c/artifactId\u003e\n        \u003c/exclusion\u003e\n    \u003c/exclusions\u003e\n\u003c/dependency\u003e\n```\n_Please note that you may need to insert the corresponding versions_\n\n## Installation\n[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-junit4-mock/releases/latest#Installation)\n\n## Support\nIf 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).\n\n## Contributing\nSee the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.\n\n## Dependencies and Licenses\nView the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/testcontainers-junit4-mock/dependencies)\n\n\u003csub\u003eDisclaimer: This is not an official Testcontainers product and not associated\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Ftestcontainers-junit4-mock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdev-software%2Ftestcontainers-junit4-mock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Ftestcontainers-junit4-mock/lists"}