示例#1
0
func Test_Condition(x *testing.T) {
	t.Expectify(new(ConditionTest), x)
}
示例#2
0
文件: parser_test.go 项目: xet7/gerb
func Test_Parser(x *testing.T) {
	t.Expectify(new(ParserTest), x)
}