{"id":35198686,"url":"https://github.com/rife2/bld-extensions-testing-helpers","last_synced_at":"2026-03-27T02:40:59.269Z","repository":{"id":309821387,"uuid":"1037667947","full_name":"rife2/bld-extensions-testing-helpers","owner":"rife2","description":"Collection of Testing Helpers for bld Extensions","archived":false,"fork":false,"pushed_at":"2026-03-02T23:05:43.000Z","size":547,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-03T01:53:22.223Z","etag":null,"topics":["bld","build","build-system","build-tool","java","junit","testing","testing-helper"],"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/rife2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-08-13T23:57:18.000Z","updated_at":"2026-03-02T23:05:47.000Z","dependencies_parsed_at":"2025-09-05T21:14:33.340Z","dependency_job_id":"175390a8-00b8-4be5-9033-69bcd33a5d51","html_url":"https://github.com/rife2/bld-extensions-testing-helpers","commit_stats":null,"previous_names":["rife2/bld-extensions-testing-helpers"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rife2/bld-extensions-testing-helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-extensions-testing-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-extensions-testing-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-extensions-testing-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-extensions-testing-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rife2","download_url":"https://codeload.github.com/rife2/bld-extensions-testing-helpers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-extensions-testing-helpers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31011326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:33:22.146Z","status":"ssl_error","status_checked_at":"2026-03-27T02:33:21.763Z","response_time":164,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bld","build","build-system","build-tool","java","junit","testing","testing-helper"],"created_at":"2025-12-29T09:24:37.377Z","updated_at":"2026-03-27T02:40:59.259Z","avatar_url":"https://github.com/rife2.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Java](https://img.shields.io/badge/java-17%2B-blue)](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)\n[![bld](https://img.shields.io/badge/2.3.0-FA9052?label=bld\u0026labelColor=2392FF)](https://rife2.com/bld)\n[![Release](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.rife2.com%2Freleases%2Fcom%2Fuwyn%2Frife2%2Fbld-extensions-testing-helpers%2Fmaven-metadata.xml\u0026color=blue)](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-extensions-testing-helpers)\n[![Snapshot](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.rife2.com%2Fsnapshots%2Fcom%2Fuwyn%2Frife2%2Fbld-extensions-testing-helpers%2Fmaven-metadata.xml\u0026label=snapshot)](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-extensions-testing-helpers)\n[![GitHub CI](https://github.com/rife2/bld-extensions-testing-helpers/actions/workflows/bld.yml/badge.svg)](https://github.com/rife2/bld-extensions-testing-helpers/actions/workflows/bld.yml)\n\n# Testing Helpers for [bld Extensions](https://github.com/rife2/bld/wiki/Extensions)\n\nThis project provides a collection of testing helpers used by various\n[bld extensions](https://github.com/rife2/bld/wiki/Extensions).\n\nTo use, include the following in your `bld` build file:\n\n```java\nrepositories = List.of(RIFE2_SNAPSHOTS, RIFE2_RELEASES);\n\nscope(test).include(\n    dependency(\"com.uwyn.rife2\", \"bld-extensions-testing-helpers\", version(0, 9, 6, \"SNAPSHOT\"))\n);\n```\n\nPlease check the [documentation](https://rife2.github.io/bld-extensions-testing-helpers)\nfor more information.\n\n## JUnit Annotations\n\nThe following annotations are provided:\n\n| Annotation                                                                                                              | Description                                         |\n|:------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|\n| [`CaptureOutput`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/CaptureOutput.html) | Capture stdout and stderr output                    |\n| [`CouldFail`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/CouldFail.html)         | Allows a test to fail                               |\n| [`DisabledOnCi`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/DisabledOnCi.html)   | Disables a test when running in a CI/CD environment |\n| [`EnabledOnCi`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/EnabledOnCi.html)     | Enables a test when running in a CI/CD environment  |\n| [`RandomRange`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/RandomRange.html)     | Generates a random integer within a specified range |\n| [`RandomString`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/RandomString.html)   | Generates a random string                           |\n| [`RetryTest`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/RetryTest.html)         | Retry test on failure                               |\n\n## JUnit Extensions\n\nThe following extensions are provided:\n\n| Extension                                                                                                                     | Description                                |\n|:------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------|\n| [`LoggingExtension`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/LoggingExtension.html) | Configures console logging for test suites |\n\n## Helpers\n\nThe following helper classes are provided:\n\n| Helper                                                                                                                    | Description                              |\n|:--------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------|\n| [`TestLogHandler`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/TestLogHandler.html) | A log handler that captures log messages |\n\n## Utilities\n\nThe following static methods are provided:\n\n| Utility                                                                                                                                                         | Description                |\n|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------|\n| [`generateRandomInt(int, int)`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/TestingUtils.html#generateRandomInt(int,int)) | Generates a random integer |\n| [`generateRandomString()`](https://rife2.github.io/bld-extensions-testing-helpers/rife/bld/extension/testing/TestingUtils.html#generateRandomString())          | Generates a random string  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Fbld-extensions-testing-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frife2%2Fbld-extensions-testing-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Fbld-extensions-testing-helpers/lists"}