USGS

Isis 3.0 Developer's Reference (API)

Home

MosaicFileListWidgetTester.h

Go to the documentation of this file.
00001 #ifndef MosaicFileListWidgetTester_H
00002 #define MosaicFileListWidgetTester_H
00003 
00004 #include <QtTestGui>
00005 
00006 namespace Isis {
00012   class MosaicFileListWidgetTester : public QObject {
00013     Q_OBJECT
00014 
00015     private slots:
00016       void initTestCase();
00017       void testBasicFunctionality();
00018       void testSynchronization();
00019 
00020   };
00021 }
00022 
00023 #endif