{"id":15047289,"url":"https://github.com/denleyhsiao/cppunitlite","last_synced_at":"2025-05-15T12:31:25.189Z","repository":{"id":5128842,"uuid":"6294507","full_name":"denleyhsiao/CppUnitLite","owner":"denleyhsiao","description":"C plus plus unit test framework","archived":false,"fork":false,"pushed_at":"2021-10-04T07:08:00.000Z","size":251,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T09:12:24.028Z","etag":null,"topics":["cpp-library","cpp98","test-framework"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"statonjr/twilio-restfest","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denleyhsiao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-19T12:20:55.000Z","updated_at":"2021-10-04T07:08:04.000Z","dependencies_parsed_at":"2022-08-26T06:40:44.421Z","dependency_job_id":null,"html_url":"https://github.com/denleyhsiao/CppUnitLite","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denleyhsiao%2FCppUnitLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denleyhsiao%2FCppUnitLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denleyhsiao%2FCppUnitLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denleyhsiao%2FCppUnitLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denleyhsiao","download_url":"https://codeload.github.com/denleyhsiao/CppUnitLite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254341114,"owners_count":22054983,"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":["cpp-library","cpp98","test-framework"],"created_at":"2024-09-24T20:56:04.334Z","updated_at":"2025-05-15T12:31:23.081Z","avatar_url":"https://github.com/denleyhsiao.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CppUnitLite\n[![Build Status][travis_image]][travis_url]\n[![Code Climate][codeclimate_image]][codeclimate_url]\n[![Test Coverage][testcoverage_image]][testcoverage_url]\n[![MIT License][license-image]][license-url]\n\n[中文](README_cn.md)\n\nLightweight C++ unit test framework, is based on the original by Michael Feathers.\nSee [more](http://c2.com/cgi/wiki?CppUnitLite).\n\n## Install\nRequire installed cmake\n### By brew\n```bash\nbrew tap denleyhsiao/tap \u0026\u0026 brew install CppUnitLite\n```\n\n### By source\n1. Download source: `git clone https://github.com/denleyhsiao/CppUnitLite`\n2. Modify configure: `ccmake .`\n    - ENABLE_MEMORYLEAKWARN：Open or close memory leak warn check，default open\n3. Build \u0026 install\n\n```bash\ncmake .\nmake\nmake install\n```\n4. Uninstall：`cat install_manifest.txt | sudo xargs rm`\n\n## Run\nThis is a unit test application based deque ：`DequeTest`，and use CppUnitLite as unit test framework.\nIt include follow files:\n\n| filename |description |\n|---|---|\n|main.cpp|main file|\n|DequeTest.cpp|unit test file with self-define SetUp/TearDown|\n|DequeDefaultTest.cpp|unit test file with default SetUp/TearDown|\n|Deque.h/Deque.cpp|deque define \u0026 implement file|\n\n[travis_image]: https://travis-ci.org/denleyhsiao/CppUnitLite.svg\n[travis_url]: https://travis-ci.org/denleyhsiao/CppUnitLite\n\n[codeclimate_image]: https://codeclimate.com/github/denleyhsiao/CppUnitLite/badges/issue_count.svg\n[codeclimate_url]: https://codeclimate.com/github/denleyhsiao/CppUnitLite\n\n[testcoverage_image]: https://codeclimate.com/github/denleyhsiao/CppUnitLite/badges/coverage.svg\n[testcoverage_url]: https://codeclimate.com/github/denleyhsiao/CppUnitLite\n\n[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n[license-url]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenleyhsiao%2Fcppunitlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenleyhsiao%2Fcppunitlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenleyhsiao%2Fcppunitlite/lists"}