Qt Creator test result using catch
-
Is there any way to get test results to show up in Qt Creator from other testing frameworks then Qt Test and Google Test? We are using Catch in our project.
-
Hi,
This however doesn't mean it's not something that could be added. You could even consider creating a plugin to add support for catch.
-
And even if the test framework is not supported by the AutoTest plugin, you can still run and debug your tests as executable.
-
Hi,
This however doesn't mean it's not something that could be added. You could even consider creating a plugin to add support for catch.
@SGaist said in Qt Creator test result using catch:
This however doesn't mean it's not something that could be added. You could even consider creating a plugin to add support for catch.
i am not sure if the AutoTest features are really fully exposed via a plugin interface to add other test frameworks.
If i understood it correctly it is possible to let QtCreator scan for test methods to execute (using predefined macros).
But that means without test framework specific settings.