Warning, file /kdevelop/kdev-css/completion/test/modeltest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef MODELTEST_H
0002 #define MODELTEST_H
0003 
0004 #include <QObject>
0005 
0006 #include <duchain/tests/duchaintestbase.h>
0007 
0008 namespace Css
0009 {
0010 class ModelTest : public DUChainTestBase
0011 {
0012     Q_OBJECT
0013 
0014 private slots:
0015     void testCompletionRange();
0016     void testCompletionRangeSecondLine();
0017 
0018     void completionItems_data();
0019     void completionItems();
0020 };
0021 
0022 }
0023 
0024 #endif // MODELTEST_H