Exemplo n.º 1
0
func TestActions(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckActions(t, ts)
}
Exemplo n.º 2
0
func TestActions(t *testing.T) {
	ts := newFakeTeeServer(t)
	test.CheckActions(t, ts)
}