Lines Matching refs:t
27 func TestBasicCompose(t *testing.T) {
31 t.Error(err)
36 t.Error(err)
40 t.Error(err)
45 t.Error(err)
49 t.Error(err)
54 t.Error(err)
60 t.Error(err)
67 t.Errorf("Expected a list of binds %v and got %v", expectedList, list)
71 t.Error(err)
78 t.Errorf("Expected a list of unbinds %v and got %v", expectedList, list)
87 func TestBindOrder(t *testing.T) {
91 t.Error(err)
96 t.Error(err)
100 t.Error(err)
104 t.Error(err)
108 t.Error(err)
112 t.Error(err)
117 t.Error(err)
121 t.Error(err)
126 t.Error(err)
132 t.Error(err)
142 t.Errorf("Expected a list of binds %v and got %v", expectedList, bindList)
146 t.Error(err)
156 t.Errorf("Expected a list of unbinds %v and got %v", expectedList, unbindList)