Unit testing #348
Unanswered
nandanvasudevan
asked this question in
Q&A
Replies: 1 comment
-
See also #351 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I recently tried to unit test an application built using Gtkmm 3.0, I failed even doing the basic setup needed.
I don't have a minimal example, but that can be done.
I just want to know how easy or difficult it would be to unit test widgets or elements created.
Can I test the elements without initializing an app instance?
My testing framework of choice is Catch2.
Beta Was this translation helpful? Give feedback.
All reactions