Exemple #1
0
func TestTablet(t *testing.T) {
	ts := newFakeTeeServer(t)
	test.CheckTablet(context.Background(), t, ts)
}
Exemple #2
0
func TestTablet(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckTablet(context.Background(), t, ts)
}