{"id":15830104,"url":"https://github.com/tng/junit-dataprovider","last_synced_at":"2025-05-15T12:05:17.392Z","repository":{"id":6924635,"uuid":"8175611","full_name":"TNG/junit-dataprovider","owner":"TNG","description":"A TestNG like dataprovider runner for JUnit with many additional features","archived":false,"fork":false,"pushed_at":"2022-12-26T13:53:13.000Z","size":1432,"stargazers_count":246,"open_issues_count":0,"forks_count":159,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-05-15T12:05:12.981Z","etag":null,"topics":["java","junit","junit-dataprovider","junit4","junit5","tdd","test","test-driven-development","test-runner","testing","testing-tools"],"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/TNG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2013-02-13T08:19:00.000Z","updated_at":"2024-10-18T09:34:15.000Z","dependencies_parsed_at":"2023-01-13T14:10:50.575Z","dependency_job_id":null,"html_url":"https://github.com/TNG/junit-dataprovider","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fjunit-dataprovider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fjunit-dataprovider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fjunit-dataprovider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fjunit-dataprovider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TNG","download_url":"https://codeload.github.com/TNG/junit-dataprovider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337613,"owners_count":22054253,"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","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","junit","junit-dataprovider","junit4","junit5","tdd","test","test-driven-development","test-runner","testing","testing-tools"],"created_at":"2024-10-05T11:04:40.717Z","updated_at":"2025-05-15T12:05:15.447Z","avatar_url":"https://github.com/TNG.png","language":"Java","readme":"[![Travis CI](https://travis-ci.org/TNG/junit-dataprovider.png?branch=main)](https://travis-ci.org/TNG/junit-dataprovider)\n[![Circle CI](https://circleci.com/gh/TNG/junit-dataprovider.svg?style=svg)](https://circleci.com/gh/TNG/junit-dataprovider)\n[![Coverage Status](https://coveralls.io/repos/TNG/junit-dataprovider/badge.png?branch=main)](https://coveralls.io/r/TNG/junit-dataprovider)\n[![codebeat badge](https://codebeat.co/badges/78ac5f0b-6686-4d77-a531-d562c8485474)](https://codebeat.co/projects/github-com-tng-junit-dataprovider)\n[![Maven Central](https://img.shields.io/maven-central/v/com.tngtech.junit.dataprovider/junit-dataprovider-core.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.tngtech.junit.dataprovider%22)\n[![License](https://img.shields.io/github/license/TNG/junit-dataprovider.svg)](https://github.com/TNG/junit-dataprovider/blob/main/LICENSE)\n[![Issues](https://img.shields.io/github/issues/TNG/junit-dataprovider.svg)](https://github.com/TNG/junit-dataprovider/issues)\n[![Forks](https://img.shields.io/github/forks/TNG/junit-dataprovider.svg)](https://github.com/TNG/junit-dataprovider/network)\n[![Stars](https://img.shields.io/github/stars/TNG/junit-dataprovider.svg)](https://github.com/TNG/junit-dataprovider/stargazers)\n\njunit-dataprovider\n==================\n\nHave a look to this repositories [Wiki](/../../wiki/) pages for documenation, usage examples and further information.\n\n#### Table of contents\n\n* [Home](/../../wiki)\n    * [What is it](/../../wiki#what-is-it)\n    * [Contributing](/../../wiki#contributing)\n* [Motivation, Distinction and FAQs](/../../wiki/Motivation,-Distinction-and-FAQs)\n* [Getting started](/../../wiki/Getting-started)\n    * [Requirements](/../../wiki/Getting-started#requirements)\n    * [Download](/../../wiki/Getting-started#download)\n    * [Usage](/../../wiki/Getting-started#usage)\n* [Version compatibility](/../../wiki/Version-compatibility)\n* [Migration guides](/../../wiki/Migration-guides)\n    * [Migration from v1 to v2](/../../wiki/Migration-guides#migration-from-v1-to-v2)\n    * [Migration to JUnit5](/../../wiki/Migration-guides#migration-to-junit5)\n* [Features](/../../wiki/Features)\n    * [Array syntax](/../../wiki/Features#array-syntax)\n    * [String syntax](/../../wiki/Features#string-syntax)\n    * [Iterable syntax](/../../wiki/Features#iterable-syntax)\n    * [Custom dataprovider method resolvers](/../../wiki/Features#custom-dataprovider-method-resolvers)\n    * [Change ```@DataProvider``` location](/../../wiki/Features#change-dataprovider-location)\n    * [Varargs support](/../../wiki/Features#varargs-support)\n    * ~~[```@BeforeClass``` support (JUnit4 only)](/../../wiki/Features#beforeclass-support-junit4-only)~~\n    * [Customize test method name](/../../wiki/Features#customize-test-method-name)\n    * [Access ```FrameworkMethod``` in ```@DP```](/../../wiki/Features#access-frameworkmethod-in-dataprovider)\n    * [Utility methods](/../../wiki/Features#utility-methods)\n    * [Convention over configuration](/../../wiki/Features#convention-over-configuration)\n    * [Kotlin support](/../../wiki/Features#kotlin-support)\n    * [OSGi compatible ```MANIFEST.MF```](/../../wiki/Features#osgi-compatible-manifestmf)\n* [Tips and Tricks](/../../wiki/Tips-and-Tricks)\n* [Release Notes](/../../releases)\n* [Eclipse Template](/../../wiki/Eclipse-Template)\n\nContributing\n------------\n\nYou are very welcome to contribute by providing a patch/pull request, see [CONTRIBUTING.md](./CONTRIBUTING.md) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftng%2Fjunit-dataprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftng%2Fjunit-dataprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftng%2Fjunit-dataprovider/lists"}