{"id":50164125,"url":"https://github.com/yegor256/aggregate-repeated-test","last_synced_at":"2026-05-24T19:10:28.358Z","repository":{"id":358817866,"uuid":"1063812593","full_name":"yegor256/aggregate-repeated-test","owner":"yegor256","description":"The @AggregateRepeatedTest JUnit annotation","archived":false,"fork":false,"pushed_at":"2026-05-19T06:25:08.000Z","size":22,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-19T08:56:12.575Z","etag":null,"topics":["java","junit","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yegor256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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":"2025-09-25T06:41:08.000Z","updated_at":"2026-05-19T06:24:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yegor256/aggregate-repeated-test","commit_stats":null,"previous_names":["yegor256/aggregate-repeated-test"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yegor256/aggregate-repeated-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Faggregate-repeated-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Faggregate-repeated-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Faggregate-repeated-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Faggregate-repeated-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor256","download_url":"https://codeload.github.com/yegor256/aggregate-repeated-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Faggregate-repeated-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33446882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T18:26:54.182Z","status":"ssl_error","status_checked_at":"2026-05-24T18:26:53.408Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","junit","unit-testing"],"created_at":"2026-05-24T19:10:27.591Z","updated_at":"2026-05-24T19:10:28.353Z","avatar_url":"https://github.com/yegor256.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `@AggregateRepeatedTest` JUnit Annotation\n\n\u003e [!WARNING]\n\u003e This is not a production-ready package.\n\u003e It is used mostly for our internal experiments and research.\n\u003e Use it at your own risk.\n\nThe `@AggregateRepeatedTest` annotation is a custom JUnit annotation\nthat allows you to run a test method multiple times.\nYou just replace your `@Test` annotation with `@AggregateRepeatedTest`\nand specify the number of repetitions as an argument.\nThe test method will be executed the specified number of times.\nFor example, the following test method will be executed 10 times:\n\n```java\nimport com.yegor256.AggregateRepeatedTest;\n@AggregateRepeatedTest(10)\nvoid testSomething() {\n    // test code here\n}\n```\n\nEach test run is logged to the `/tmp/aggregate-repeated-test.txt` file.\nThe location can't be changed.\nThe file is appended.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Faggregate-repeated-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor256%2Faggregate-repeated-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Faggregate-repeated-test/lists"}