Updraft  1.0
Open source glider flight visualisation tool.
testigc.h
Go to the documentation of this file.
00001 #ifndef UPDRAFT_SRC_LIBRARIES_IGC_TESTS_TESTIGC_TESTIGC_H_
00002 #define UPDRAFT_SRC_LIBRARIES_IGC_TESTS_TESTIGC_TESTIGC_H_
00003 
00004 #include <QObject>
00005 
00006 #include "igc.h"
00007 
00008 namespace Updraft {
00009 namespace Igc {
00010 namespace Test {
00011 
00014 class TestIgc: public QObject {
00015   Q_OBJECT
00016  private slots:
00017   void initTestCase();
00018 
00019   void testHRecords();
00020   void testBRecords();
00021 
00022   void testClean();
00023 
00024  private:
00025   void loadTestFile();
00026   Updraft::Igc::IgcFile igc;
00027 };
00028 
00029 }  // End namespace Test
00030 }  // End namespace Igc
00031 }  // End namespace Updraft
00032 
00033 #endif  // UPDRAFT_SRC_LIBRARIES_IGC_TESTS_TESTIGC_TESTIGC_H_
00034 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines