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