From dev-return-1518-archive-asf-public=cust-asf.ponee.io@celix.apache.org Sat Sep 28 14:50:07 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9CAD2180645 for ; Sat, 28 Sep 2019 16:50:07 +0200 (CEST) Received: (qmail 96064 invoked by uid 500); 28 Sep 2019 14:50:07 -0000 Mailing-List: contact dev-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list dev@celix.apache.org Received: (qmail 96053 invoked by uid 99); 28 Sep 2019 14:50:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Sep 2019 14:50:07 +0000 From: GitBox To: dev@celix.apache.org Subject: [GitHub] [celix] rlenferink opened a new issue #96: Refactor CppUTest tests to gtest Message-ID: <156968220697.5200.11285166001841581547.gitbox@gitbox.apache.org> Date: Sat, 28 Sep 2019 14:50:06 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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