0 Forks
5 Stars
5 Watchers

tdd_with_gtest

Examples of googletest usage for Test Driven Development. This is the repository where I keep all the relevant information about Test Driven Development with C++ and gtest.

How to download and setup tdd_with_gtest

Open terminal and run command
git clone https://github.com/FBorowiec/tdd_with_gtest.git
git clone is used to create a copy or clone of tdd_with_gtest repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with tdd_with_gtest https://github.com/FBorowiec/tdd_with_gtest/archive/master.zip

Or simply clone tdd_with_gtest with SSH
[email protected]:FBorowiec/tdd_with_gtest.git

If you have some problems with tdd_with_gtest

You may open issue on tdd_with_gtest support forum (system) here: https://github.com/FBorowiec/tdd_with_gtest/issues