An open API service indexing awesome lists of open source software.

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.

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 command

Options:
--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 version

Version:
0.0.2

Author:
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