コード例 #1
0
ファイル: helpers_test.go プロジェクト: yubobo/minio
func (s *MkDirHelper) Test(c *check.C) {
	s.path2 = c.MkDir()
	s.isDir2 = isDir(s.path2)
}
コード例 #2
0
ファイル: helpers_test.go プロジェクト: yubobo/minio
func (s *MkDirHelper) SetUpSuite(c *check.C) {
	s.path1 = c.MkDir()
	s.isDir1 = isDir(s.path1)
}