{"id":17004851,"url":"https://github.com/clickermonkey/testility","last_synced_at":"2025-03-22T10:39:24.059Z","repository":{"id":152212233,"uuid":"9776976","full_name":"ClickerMonkey/Testility","owner":"ClickerMonkey","description":"A small Java library with a few classes I've used in other projects in JUnit tests.","archived":false,"fork":false,"pushed_at":"2013-11-15T20:48:48.000Z","size":368,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T10:23:13.039Z","etag":null,"topics":[],"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/ClickerMonkey.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":"2013-04-30T18:13:26.000Z","updated_at":"2017-01-15T23:28:53.000Z","dependencies_parsed_at":"2023-04-09T12:14:50.680Z","dependency_job_id":null,"html_url":"https://github.com/ClickerMonkey/Testility","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickerMonkey%2FTestility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickerMonkey%2FTestility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickerMonkey%2FTestility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickerMonkey%2FTestility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClickerMonkey","download_url":"https://codeload.github.com/ClickerMonkey/Testility/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244945597,"owners_count":20536295,"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":"2024-10-14T04:44:37.013Z","updated_at":"2025-03-22T10:39:24.038Z","avatar_url":"https://github.com/ClickerMonkey.png","language":"Java","readme":"testility\n=========\n\n![Stable](http://i4.photobucket.com/albums/y123/Freaklotr4/stage_stable.png)\n\nA small Java library with a few classes I've used in other projects in JUnit tests.\n\n**Features**\n- You can order test methods (sometimes test methods can execute in random order)\n\n**Documentation**\n- [JavaDoc](http://gh.magnos.org/?r=http://clickermonkey.github.com/Testility/)\n\n**Example**\n\n```java\n@RunWith(value=OrderedRunner.class)\npublic class TestOrdered extends BaseTest \n{\n    @Test @Ordered(index = 3)\n    public void test3() {\n        broadcast();\n    }\n    @Test @Ordered(index = 2)\n    public void test2a() {\n        broadcast();\n    }\n    @Test @Ordered(index = 2)\n    public void test2b() {\n        broadcast();\n    }\n    @Test @Ordered(index = 1)\n    public void test1()  {\n        broadcast();\n    }    \n}\n// IN test1\n// IN test2a\n// IN test2b\n// IN test3\n```\n\n**Builds**\n- [testility-1.0.0.jar](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Testility/blob/master/build/testility-1.0.0.jar?raw=true)\n- [testility-src-1.0.0.jar](http://gh.magnos.org/?r=ttps://github.com/ClickerMonkey/Testility/blob/master/build/testility-src-1.0.0.jar?raw=true) *- includes source code*\n\n**Projects using testility:**\n- [taskaroo](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Taskaroo)\n- [statastic](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Statastic)\n- [daperz](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Daperz)\n- [surfice](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Surfice)\n- [zource](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Zource)\n- [falcon](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Falcon)\n- [buffero](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Buffero)\n- [curity](http://gh.magnos.org/?r=https://github.com/ClickerMonkey/Curity)\n\n**Dependencies**\n- JUnit\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclickermonkey%2Ftestility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclickermonkey%2Ftestility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclickermonkey%2Ftestility/lists"}