Hi,

I have a question about testing Qt internals.
Any qtdeclarative devs out there?

I've seen there a pattern like this

    function test_properties_data() {
        return [
            {tag: "visible", signal: "visibleChanged",
             init: false, value: true},
            ...

It allows testing individual properties without writing a single line
in C++. But how should I write test for combined property like
anchor.left or icon.name?

Best regards,
Ivan Tkachenko aka ratijas

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to