// Version: $Id: 2ef46e97630030b45cbd11c3e4b25823a9812786 $ // // // Commentary: // // // Change Log: // // // Code: #pragma once #include class dtkDistributedGraphTopologyTestCase : public QObject { Q_OBJECT private slots: void initTestCase(void); void init(void); private slots: void testAll(void); private slots: void cleanupTestCase(void); void cleanup(void); }; // // dtkDistributedGraphTopologyTest.h ends here