You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2019/09/28 14:50:06 UTC

[GitHub] [celix] rlenferink opened a new issue #96: Refactor CppUTest tests to gtest

rlenferink opened a new issue #96: Refactor CppUTest tests to gtest
URL: https://github.com/apache/celix/issues/96
 
 
   Currently CppUTest is used for testing and mocking and although this framework works fine, I would be handier to move to gtest( google test) for a few reasons:
   
   1) more easier to integrate as a external project
   2) much more heavily used than CppUTest
   3) integrated support in the CLion IDE. This means that the IDE supports directly running/debugging individually testcases/testsuites.
   
   This would also mean that the cpputest mocks should be removed. This can be done as long as we keep the code coverage as good as intact.
   
   ---
   
   Original creation date: 06/May/2018
   Reporter: @pnoltes 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services