Esempio n. 1
0
func TestStop(t *testing.T) {
	tests.Stop(t, New([]optimus.Row{
		{"thing1": []string{"1", "2"}},
		{"thing2": []string{"1", "2"}},
	}))
}
Esempio n. 2
0
func TestStop(t *testing.T) {
	tests.Stop(t, New(bytes.NewBufferString(jsonData)))
}
Esempio n. 3
0
func TestStop(t *testing.T) {
	tests.Stop(t, New())
}