Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions libgrive/test/util/ConfigTest.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ public :
ConfigTest( ) ;

CPPUNIT_TEST_SUITE( ConfigTest ) ;
CPPUNIT_TEST( TestInitialiseWithEmptyString ) ;
CPPUNIT_TEST( TestInitialiseWithString ) ;
CPPUNIT_TEST( TestInitialiseWithFileSystemPath ) ;
CPPUNIT_TEST( TestInitialiseWithNoPath ) ;
CPPUNIT_TEST( TestInitialiseWithPath ) ;
CPPUNIT_TEST_SUITE_END();

private :
void TestInitialiseWithEmptyString( );
void TestInitialiseWithString( );
void TestInitialiseWithFileSystemPath( );
void TestInitialiseWithNoPath ( );
void TestInitialiseWithPath ( );
} ;

} // end of namespace
Expand Down