func (s *MkDirHelper) Test(c *gocheck.C) { s.path2 = c.MkDir() s.isDir2 = isDir(s.path2) }
func (s *MkDirHelper) SetUpSuite(c *gocheck.C) { s.path1 = c.MkDir() s.isDir1 = isDir(s.path1) }