コード例 #1
0
ファイル: slice_test.go プロジェクト: prakashsanker/optimus
func TestStop(t *testing.T) {
	tests.Stop(t, New([]optimus.Row{
		{"thing1": []string{"1", "2"}},
		{"thing2": []string{"1", "2"}},
	}))
}
コード例 #2
0
ファイル: json_test.go プロジェクト: prakashsanker/optimus
func TestStop(t *testing.T) {
	tests.Stop(t, New(bytes.NewBufferString(jsonData)))
}
コード例 #3
0
func TestStop(t *testing.T) {
	tests.Stop(t, New())
}