{"id":30278279,"url":"https://github.com/testify-project/testify","last_synced_at":"2025-08-16T12:35:39.259Z","repository":{"id":15906668,"uuid":"78854439","full_name":"testify-project/testify","owner":"testify-project","description":"A Java Testing Framework faithful to sound testing principles and best practices.","archived":false,"fork":false,"pushed_at":"2025-06-06T09:38:14.000Z","size":2526,"stargazers_count":9,"open_issues_count":63,"forks_count":0,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-07-06T11:17:16.106Z","etag":null,"topics":["grpc-java","guice","hk2","java","jersey2","semantictesting","spring","spring-boot","tdd","testify"],"latest_commit_sha":null,"homepage":"https://testifyproject.org","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/testify-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-13T14:05:35.000Z","updated_at":"2024-08-04T06:01:45.000Z","dependencies_parsed_at":"2024-12-25T08:21:13.454Z","dependency_job_id":"e59b77af-7f51-4973-8efd-8e1b713c36d8","html_url":"https://github.com/testify-project/testify","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/testify-project/testify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Ftestify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Ftestify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Ftestify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Ftestify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testify-project","download_url":"https://codeload.github.com/testify-project/testify/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testify-project%2Ftestify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270709088,"owners_count":24631992,"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-08-16T02:00:11.002Z","response_time":91,"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":["grpc-java","guice","hk2","java","jersey2","semantictesting","spring","spring-boot","tdd","testify"],"created_at":"2025-08-16T12:35:33.947Z","updated_at":"2025-08-16T12:35:39.247Z","avatar_url":"https://github.com/testify-project.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testify\n[![Build Status](https://travis-ci.org/testify-project/testify.svg?branch=develop)](https://travis-ci.org/testify-project/testify)\n[![CodecovIO](https://codecov.io/github/testify-project/testify/coverage.svg?branch=develop)](https://codecov.io/github/testify-project/testify?branch=develop)\n[![Maven Central](https://img.shields.io/maven-central/v/org.testifyproject/parent.svg)]()\n[![Javadocs](https://www.javadoc.io/badge/org.testifyproject/api.svg?color=red)](https://www.javadoc.io/doc/org.testifyproject/api)\n[![License](https://img.shields.io/badge/license-Apache%20License%202-lightgrey.svg)](https://github.com/testify-project/testify/blob/develop/LICENSE)\n[![Stories in Progress](https://badge.waffle.io/testify-project/testify.svg?label=In%20Progress\u0026title=In%20Progress)](http://waffle.io/testify-project/testify)\n[![Stories in Ready](https://badge.waffle.io/testify-project/testify.svg?label=ready\u0026title=Ready)](http://waffle.io/testify-project/testify)\n[![Join the chat on Gitter](https://badges.gitter.im/testify-project/Lobby.svg)](https://gitter.im/testify-project/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![Throughput Graph](https://graphs.waffle.io/testify-project/testify/throughput.svg)](https://waffle.io/testify-project/testify/metrics)\n\n## Overview\nTestify is an annotation driven Java Testing Framework that provides uniform and seamless way to write Unit, Integration, and System tests.\n\n## Features\n- Uniform Annotations for Unit, Integration and System Testing\n- Managed Test Case Configuration, Isolation, and Execution\n- JSR-330 Dependency Injection Annotations Support\n- JUnit 4 Testing Framework Support\n- JUnit 5 Testing Framework Support\n- Pluggable Mocking SPI (Mockito and EasyMock supported)\n- Pluggable Local Test Resource SPI (HSQL, ElasticSearch, ZooKeeper, etc supported)\n- Pluggable Virtual Test Resource SPI (Docker Container supported)\n- Pluggable Server SPI (Undertow Supported)\n- Pluggable Client SPI (JAX-RS Client supported)\n- Spring Integration Testing\n- Spring Boot System Testing\n- Spring Web MVC System Testing\n- HK2 Integration Testing\n- Jersey 2 RESTful Web Services Framework System Testing\n- Google Guice Integration Testing\n- gRPC System Testing\n\n## Learning\n- Testify documentation is available [here][docs].\n- Example code can be found [here][examples].\n- Read [Java for Small Team][java-for-small-team] eBook.\n\n## Issue Tracking\nReport issues via the [Github Issues][github-issues]. Think you've found a bug?\nPlease consider submitting a reproduction project via the a new [Github Issue][github-issues-new].\n\n## Issue Pull Request\n[Pull requests](http://help.github.com/send-pull-requests) are welcome.\n\n## Staying in Touch\n- [Gitter][gitter].\n- [Users Mailing List][users-groups] ([testifyproject-users@googlegroups.com][users-email])\n- [Developers Mailing List][devs-groups] ([testifyproject-devs@googlegroups.com][devs-email])\n\n## Show Some Love\nTestify Project does not have a revenue source and depends on support from the open source community. If you believe in our mission please consider donating:\n\n[![Gratipay](https://img.shields.io/gratipay/user/saden1.svg)](https://gratipay.com/Testify-Project)\n[![Beerpay](https://img.shields.io/beerpay/hashdog/scrapfy-chrome-extension.svg)](https://beerpay.io/testify-project/testify)\n[![Flattr](https://img.shields.io/badge/Flattr-Donate-blue.svg)](https://flattr.com/submit/auto?fid=ropvn7\u0026url=http%3A%2F%2Ftestifyproject.org)\n[![Bonfire](https://img.shields.io/badge/Bonfire-Get%20Swagg-green.svg)](https://www.bonfire.com/testify-project/)\n\n## License\nThe Testify is released under [Apache Software License, Version 2.0](LICENSE).\n\nEnjoy and keep on Testifying!\n\n\n[docs]: https://testifyproject.org\n[examples]: https://github.com/testify-project/examples\n[github-issues]: https://github.com/testify-project/testify/issues\n[github-issues-new]: https://github.com/testify-project/testify/issues/new\n[gitter]: https://gitter.im/testify-project/Lobby\n[users-email]: mailto:testifyproject-users@googlegroups.com\n[users-groups]: https://groups.google.com/forum/#!forum/testifyproject-users\n[devs-email]: mailto:testifyproject-devs@googlegroups.com\n[devs-groups]: https://groups.google.com/forum/#!forum/testifyproject-devs\n[java-for-small-team]: https://www.gitbook.com/book/ncrcoe/java-for-small-teams/details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestify-project%2Ftestify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestify-project%2Ftestify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestify-project%2Ftestify/lists"}