コード例 #1
0
void DirTest::setUp( void )
{
  _sandbox = new TempDir;
  CPPUNIT_ASSERT( _sandbox->exists() );
}