{"id":28453023,"url":"https://github.com/arturdryomov/conspectus","last_synced_at":"2025-10-08T17:14:13.245Z","repository":{"id":144896077,"uuid":"160087669","full_name":"arturdryomov/conspectus","owner":"arturdryomov","description":"A specification test engine for Kotlin based on the JUnit Platform","archived":false,"fork":false,"pushed_at":"2020-02-16T17:48:19.000Z","size":228,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T23:35:13.526Z","etag":null,"topics":["bdd","junit-platform","specification"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":false,"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/arturdryomov.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null}},"created_at":"2018-12-02T20:04:15.000Z","updated_at":"2020-12-11T10:58:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"897e9749-4b19-473a-b9a6-e3b886d828be","html_url":"https://github.com/arturdryomov/conspectus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arturdryomov/conspectus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturdryomov%2Fconspectus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturdryomov%2Fconspectus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturdryomov%2Fconspectus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturdryomov%2Fconspectus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arturdryomov","download_url":"https://codeload.github.com/arturdryomov/conspectus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturdryomov%2Fconspectus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278981518,"owners_count":26079640,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bdd","junit-platform","specification"],"created_at":"2025-06-06T18:13:46.455Z","updated_at":"2025-10-08T17:14:13.240Z","avatar_url":"https://github.com/arturdryomov.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conspectus\n\nA specification test engine for Kotlin based on the JUnit Platform.\nInspirations: [RSpec for Ruby](https://en.wikipedia.org/wiki/RSpec) and [Quick for Swift](https://github.com/Quick/Quick/).\n\nSpecifications are a declarative, scalable alternative to xUnit-style tests:\n\n```kotlin\nval counter by memoized { Counter() }\n\ncontext(\"increment\") {\n\n    beforeEach {\n        counter.increment()\n    }\n\n    it(\"changes value to 1\") {\n        assertThat(counter.current()).isEqualTo(1)\n    }\n\n    context(\"decrement\") {\n\n        beforeEach {\n            counter.decrement()\n        }\n\n        it(\"changes value to 0\") {\n            assertThat(counter.current()).isEqualTo(0)\n        }\n    }\n}\n```\n\n* [Motivation](docs/motivation.md)\n* [Usage](docs/usage.md)\n* [Recipes](docs/recipes.md)\n\n## FAQ\n\n### Should I use this?\n\nNo.\n\n## License\n\n```\nCopyright 2019 Artur Dryomov\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturdryomov%2Fconspectus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturdryomov%2Fconspectus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturdryomov%2Fconspectus/lists"}