mirror of
				https://github.com/arcan1s/awesome-widgets.git
				synced 2025-11-04 06:43:41 +00:00 
			
		
		
		
	add test case for new method
This commit is contained in:
		@ -67,6 +67,13 @@ void TestDPPlugin::test_dictKeys()
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void TestDPPlugin::test_infoByKey()
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    // nothing to test here yet
 | 
				
			||||||
 | 
					    QVERIFY(true);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void TestDPPlugin::test_parsePattern()
 | 
					void TestDPPlugin::test_parsePattern()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    QString result = plugin->parsePattern(pattern, plugin->currentDesktop());
 | 
					    QString result = plugin->parsePattern(pattern, plugin->currentDesktop());
 | 
				
			||||||
 | 
				
			|||||||
@ -35,6 +35,7 @@ private slots:
 | 
				
			|||||||
    // test
 | 
					    // test
 | 
				
			||||||
    void test_desktops();
 | 
					    void test_desktops();
 | 
				
			||||||
    void test_dictKeys();
 | 
					    void test_dictKeys();
 | 
				
			||||||
 | 
					    void test_infoByKey();
 | 
				
			||||||
    void test_tooltipImage();
 | 
					    void test_tooltipImage();
 | 
				
			||||||
    void test_parsePattern();
 | 
					    void test_parsePattern();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user