Home | History | Annotate | Download | only in common

Lines Matching refs:Archive

35 class Archive;
44 * This includes test log and resource archive.
51 TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine, qpWatchDog* watchDog);
56 Archive& getArchive (void) { return *m_curArchive; } //!< \note Do not access in TestNode constructors.
67 Archive& getRootArchive (void) const { return m_rootArchive; }
68 void setCurrentArchive (Archive& archive) { m_curArchive = &archive; }
72 Archive& m_rootArchive; //!< Root archive.
77 Archive* m_curArchive; //!< Current archive for test cases.