{"id":15715133,"url":"https://github.com/adierkens/snapshot4j","last_synced_at":"2025-05-12T23:52:22.525Z","repository":{"id":57716504,"uuid":"90892119","full_name":"adierkens/snapshot4j","owner":"adierkens","description":"A snapshot testing library for Java","archived":false,"fork":false,"pushed_at":"2017-05-31T22:36:02.000Z","size":73,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T23:52:15.577Z","etag":null,"topics":["java","snapshot-testing"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adierkens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-10T17:42:41.000Z","updated_at":"2022-09-19T12:16:17.000Z","dependencies_parsed_at":"2022-09-26T21:31:37.054Z","dependency_job_id":null,"html_url":"https://github.com/adierkens/snapshot4j","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adierkens%2Fsnapshot4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adierkens%2Fsnapshot4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adierkens%2Fsnapshot4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adierkens%2Fsnapshot4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adierkens","download_url":"https://codeload.github.com/adierkens/snapshot4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843171,"owners_count":21972869,"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","snapshot-testing"],"created_at":"2024-10-03T21:40:29.867Z","updated_at":"2025-05-12T23:52:22.507Z","avatar_url":"https://github.com/adierkens.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snapshot4j [![Build Status](https://travis-ci.org/adierkens/snapshot4j.svg?branch=master)](https://travis-ci.org/adierkens/snapshot4j) [![codecov](https://codecov.io/gh/adierkens/snapshot4j/branch/master/graph/badge.svg)](https://codecov.io/gh/adierkens/snapshot4j) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.adamdierkens/snapshot4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.adamdierkens/snapshot4j)\n\n\u003e A snapshot testing library for Java\n\n\n## Usage\n\n``` xml\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.adamdierkens\u003c/groupId\u003e\n        \u003cartifactId\u003esnapshot4j\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n```\n\n\n```java\nSnapshotTest snapshotTest = new SnapshotTest(File snapshotPath);\nsnapshotTest.takeSnapshot(String testName, String|JsonElement testInput); // throws SnapshotTestException\n\n// or\n\nSnapshotTest.takeSnapshot(File snapshotPath, String testName, String|JsonElement testInput); // throws SnapshotTestException\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadierkens%2Fsnapshot4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadierkens%2Fsnapshot4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadierkens%2Fsnapshot4j/lists"}