示例#1
0
func TestTapOutput(t *testing.T) {
	var t testproto.Test
	Convey("TestFail", t, func() {
		So(t.RenderTest(1), ShouldEqual, "ok 1")
	})
}