Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Cepepito
Cepepito

Cepepito

Rached HEDIA

|
257 installs
| (1) | Free
Cepepito is a makes testing C++ code way easier: it can generate test classes, mocks and let you run and debug your tests with its test runner!
Download

Testing C++ code is hard:
getting software testing right is hard on its own, but it gets even harder when you're not provided with efficient tools!

For instance, testing a c++ class involves:

  • Creating the test file, manually
  • Creating the test methods, manually
  • If you need a mock, writing the mock, again manually
  • eventually, your code compiles and you can test : launch google tests and check the results... in the console!

Cepepito aims at removing all these manual steps. It provide you with the following tools to make your life easier:

  • Generates test files with skeleton for all public methods
  • Generates mock files (or in clipboard) for any class you want
  • Launch and debug the test right from the editor
  • Displays the test results in the test runner
  • Relaunch the tests directly from the test runner

Go check out the demos at https://www.cepepito.com !

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft