https://github.com/ujiro99/mock-generator
C++ mock generator using FakeIt.
https://github.com/ujiro99/mock-generator
cpp ctags fakeit golang mock testing
Last synced: 3 months ago
JSON representation
C++ mock generator using FakeIt.
- Host: GitHub
- URL: https://github.com/ujiro99/mock-generator
- Owner: ujiro99
- License: mit
- Created: 2018-02-02T15:53:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T17:26:25.000Z (over 7 years ago)
- Last Synced: 2024-06-20T11:11:19.863Z (12 months ago)
- Topics: cpp, ctags, fakeit, golang, mock, testing
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mock-generator [![Build Status][travis-badge]][travis-link] [![Go Report Card][report-badge]][reoprt-link]
C++ mock generator using [FakeIt][fakeit-link].
## SYNOPSIS
```
mock-generator is c++ mock generator using FakeIt.Usage:
mock-generator [options] [command]Commands:
help, h Shows a list of commands or help for one commandOptions:
--exclude PATTERN, -e PATTERN Exclude files and directories matching PATTERN.
--out DIRECTORY, -o DIRECTORY Output files to DIRECTORY.
--debug Show debug logs.
--help, -h show help
--version, -v print the versionVersion:
0.0.2Author:
Yujiro Takeda
```[fakeit-link]: https://github.com/eranpeer/FakeIt
[travis-badge]: https://travis-ci.org/ujiro99/mock-generator.svg?branch=master
[travis-link]: https://travis-ci.org/ujiro99/mock-generator[report-badge]: https://goreportcard.com/badge/github.com/ujiro99/mock-generator
[reoprt-link]: https://goreportcard.com/report/github.com/ujiro99/mock-generator