{"id":25776414,"url":"https://github.com/jmock-developers/jmock-library","last_synced_at":"2025-02-27T06:06:25.082Z","repository":{"id":902111,"uuid":"961799","full_name":"jmock-developers/jmock-library","owner":"jmock-developers","description":"An expressive Mock Object library for Test Driven Development ","archived":false,"fork":false,"pushed_at":"2024-06-20T15:42:46.000Z","size":20479,"stargazers_count":130,"open_issues_count":56,"forks_count":69,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-06-21T19:55:38.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.jmock.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmock-developers.png","metadata":{"files":{"readme":"README.DEVELOPMENT","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}},"created_at":"2010-10-04T21:02:04.000Z","updated_at":"2024-04-21T15:52:03.000Z","dependencies_parsed_at":"2024-06-21T19:02:15.751Z","dependency_job_id":"b500420d-c942-4ff0-a6e0-12984cdece57","html_url":"https://github.com/jmock-developers/jmock-library","commit_stats":{"total_commits":1451,"total_committers":35,"mean_commits":"41.457142857142856","dds":0.3528600964851827,"last_synced_commit":"70c38b9d5d76d9ebb8366a319c9fbf7787bf3e79"},"previous_names":[],"tags_count":173,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmock-developers%2Fjmock-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmock-developers%2Fjmock-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmock-developers%2Fjmock-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmock-developers%2Fjmock-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmock-developers","download_url":"https://codeload.github.com/jmock-developers/jmock-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240987434,"owners_count":19889333,"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":[],"created_at":"2025-02-27T06:01:23.437Z","updated_at":"2025-02-27T06:06:25.073Z","avatar_url":"https://github.com/jmock-developers.png","language":"Java","funding_links":[],"categories":["测试"],"sub_categories":[],"readme":"Development rules\n=================\n\nHere are some rules that we follow when developing jMock:\n\n * Never check in a class without associated unit tests.\n\n * Never check a failing unit test into the repository.\n\n * Acceptance tests may fail. A failing acceptance test indicates\n   something that needs to be done: a todo item, feature request or\n   bug report, for example. It's ok to check a failing acceptance test\n   into the repository.\n\n * Separate acceptance  and unit tests. Make  it easy to  run only the\n   unit tests so that we can check that they pass before committing,\n   even when acceptance tests are failing.\n\n * Resolve and remove all TODO comments before checking in.\n\n * Avoid the following words in class names and other identifiers:\n   Helper, Impl (or a derivative), Manager.\n\n * And the reverse: don't start interfaces with an I.\n\n * Use the TestDox naming conventions for unit tests.\n\n\nArchitectural Constraints\n=========================\n\n* No dependency on any specific test framework.\n\nThat means, don't use JUnit Assert.assertBlahBlah to check expectations.\nThrow ExpectationError to report a violated expectation.\nThrow some kind of RuntimeException to report programming errors in the\nuse of the framework.  E.g. trying to set up an expectation to return a \nresult of the wrong type.\n\nRelease\n=======\nmvn versions:set -DoldVersion=* -DnewVersion=2.10.0 -DgroupId=org.jmock -DgenerateBackupPoms=false\n\neval $(gpg-agent --daemon --no-grab --write-env-file $HOME/.gpg-agent-info)\nexport GPG_AGENT_INFO\nexport GPG_TTY=$(tty)\nexport SONATYPE_USERNAME=UUU\nexport SONATYPE_PASSWORD=PPPP\nmvn clean deploy -P release --settings settings.xml -Dgpg.keyname=XXXXXXXX\n\nmvn versions:set -DoldVersion=* -DnewVersion=2.13.0-SNAPSHOT -DgroupId=org.jmock -DgenerateBackupPoms=false\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmock-developers%2Fjmock-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmock-developers%2Fjmock-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmock-developers%2Fjmock-library/lists"}