#ifndef __TEST_SESSION_TESTS_H__ #define __TEST_SESSION_TESTS_H__ #include <QDebug> #include <QTest> #include <hws.h> namespace test { class SessionTests : public QObject { Q_OBJECT public: SessionTests(); private slots: //-------------------------------------------------------------------- // Tests //-------------------------------------------------------------------- void copyConstructable(); void assignable(); private: //-------------------------------------------------------------------- // Helper methods //-------------------------------------------------------------------- hws::Session createSession(); void verifyDefaultSession(const hws::Session & s); }; } #endif // __TEST_SESSION_TESTS_H__
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15741 | ptomiak | Branch HWS for my use. | ||
//guest/perforce_software/helix-web-services/main/build/helix_web_services_client_qt/test/SessionTests.h | |||||
#2 | 15448 | tjuricek |
Qt SDK revision: remove higher-level objects from the SDK. It's likely we could add higher-level objects that adapt the executeMethodDone and convert the variant maps to something, well, typed and easier to use. That's not in my current scope of work, however. |
||
#1 | 14050 | tjuricek | Prep versioned release directory for inclusion into Helix Sync app. |