{"id":28821248,"url":"https://github.com/cuioss/cui-jsf-test-basic","last_synced_at":"2026-02-05T11:04:52.227Z","repository":{"id":100588594,"uuid":"608254005","full_name":"cuioss/cui-jsf-test-basic","owner":"cuioss","description":"Provides classes and structures for testing of jsf components / structures","archived":false,"fork":false,"pushed_at":"2025-05-13T19:16:52.000Z","size":532,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-08T20:58:25.839Z","etag":null,"topics":["java","javaserver-faces","jsf","junit5"],"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/cuioss.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-01T16:29:47.000Z","updated_at":"2025-05-13T19:16:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ad86182-aa40-4d54-bc17-874b8f60a366","html_url":"https://github.com/cuioss/cui-jsf-test-basic","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":"cuioss/cui-java-module-template","purl":"pkg:github/cuioss/cui-jsf-test-basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuioss%2Fcui-jsf-test-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuioss%2Fcui-jsf-test-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuioss%2Fcui-jsf-test-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuioss%2Fcui-jsf-test-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuioss","download_url":"https://codeload.github.com/cuioss/cui-jsf-test-basic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuioss%2Fcui-jsf-test-basic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260640692,"owners_count":23040505,"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","javaserver-faces","jsf","junit5"],"created_at":"2025-06-18T22:06:06.884Z","updated_at":"2026-02-05T11:04:52.184Z","avatar_url":"https://github.com/cuioss.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= cui-jsf-test-basic\n\n== Status\n\nimage:https://github.com/cuioss/cui-jsf-test-basic/actions/workflows/maven.yml/badge.svg[Java CI with Maven,link=https://github.com/cuioss/cui-jsf-test-basic/actions/workflows/maven.yml]\nimage:http://img.shields.io/:license-apache-blue.svg[License,link=http://www.apache.org/licenses/LICENSE-2.0.html]\nimage:https://img.shields.io/maven-central/v/de.cuioss.test/cui-jsf-test-basic.svg[Maven Central,link=https://central.sonatype.com/artifact/de.cuioss.test/cui-jsf-test-basic]\n\nhttps://sonarcloud.io/summary/new_code?id=cuioss_cui-jsf-test-basic[image:https://sonarcloud.io/api/project_badges/measure?project=cuioss_cui-jsf-test-basic\u0026metric=alert_status[Quality\nGate Status]]\nimage:https://sonarcloud.io/api/project_badges/measure?project=cuioss_cui-jsf-test-basic\u0026metric=ncloc[Lines of Code,link=https://sonarcloud.io/summary/new_code?id=cuioss_cui-jsf-test-basic]\nimage:https://sonarcloud.io/api/project_badges/measure?project=cuioss_cui-jsf-test-basic\u0026metric=coverage[Coverage,link=https://sonarcloud.io/summary/new_code?id=cuioss_cui-jsf-test-basic]\n\nhttps://cuioss.github.io/cui-jsf-test-basic/about.html[Generated Documentation on github-pages]\n\n== What is it?\n\nExtension for http://myfaces.apache.org/test/index.html[MyFaces-Test] that uses the mock-based infrastructure and adds certain aspects in order to simplify its usage in the portal-context:\n\n* Convenient programmatic configuration of JSF-context\n* Specific base-classes for conveniently testing aspects like\n** `AbstractBeanTest`\n** `AbstractValidatorTest`\n** `AbstractConverterTest`\n** `AbstractComponentTest`\n** `AbstractUiComponentTest`\n** `AbstractComponentRendererTest`\n* Tooling for generating (partial-)HTML-trees including the corresponding Assertions\n* Additional Mocks completing the ones provided from myfaces-test\n* Integration into https://github.com/cuioss/cui-test-value-objects[cui-test-value-objects] framework\n* Baseline is JSF 4.1\n\n== Versions\n\n- JSF 4+: main-branch -\u003e Release-Versions 4.x\n- JSF 2.3: https://github.com/cuioss/cui-jsf-test-basic/releases/tag/2.0.2[Release 2.0.2] https://github.com/cuioss/cui-jsf-test-basic/tree/release/v2[2er-Release-Branch]\n\n=== Maven Coordinates\n\n[source,xml]\n----\n    \u003cdependency\u003e\n        \u003cgroupId\u003ede.cuioss.test\u003c/groupId\u003e\n        \u003cartifactId\u003ecui-jsf-test-basic\u003c/artifactId\u003e\n        \u003cversion\u003e4.1.0\u003c/version\u003e\n        \u003cscope\u003etest\u003c/scope\u003e\n    \u003c/dependency\u003e\n----\n\n== Documentation\n\nlink:doc/usage.adoc[Usage Documentation]\n\nlink:doc/migration/4.1.adoc[Migration Guide to 4.1]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuioss%2Fcui-jsf-test-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuioss%2Fcui-jsf-test-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuioss%2Fcui-jsf-test-basic/lists"}