Lines Matching refs:t
29 func TestHelpCommand(t *testing.T) {
34 t.Error(err)
38 func TestNoCommand(t *testing.T) {
43 t.Error(err)
47 func TestBadCommand(t *testing.T) {
51 t.Errorf("Failed to handle bad command")
55 func TestEmptyCodebaseCommand(t *testing.T) {
59 t.Errorf("Allowed an empty codebase command")
63 func TestAddCodebase(t *testing.T) {
67 t.Error(err)
73 t.Error(err)
77 func TestDefaultCodebase(t *testing.T) {
81 t.Error(err)
86 t.Error(err)
90 t.Error(err)
95 t.Error(err)
100 t.Error(err)
104 t.Error(err)
109 t.Error(err)
114 t.Error(err)
119 t.Error(err)
123 func TestListCodebases(t *testing.T) {
127 t.Error(err)
131 func TestRemoveCodebase(t *testing.T) {
135 t.Error(err)
141 t.Error(err)
145 t.Error(err)
149 func TestEmptyWorkspaceCommand(t *testing.T) {
153 t.Errorf("Allowed an empty workspace command")
157 func TestCreateWorkspace(t *testing.T) {
161 t.Error(err)
166 t.Error(err)
170 t.Error(err)
175 t.Error(err)
179 t.Error(err)
184 t.Error(err)
189 t.Error(err)
194 t.Error(err)
198 func TestRecreateWorkspace(t *testing.T) {
202 t.Error(err)
207 t.Error(err)
211 t.Error(err)
216 t.Error(err)
220 t.Error(err)
225 t.Error(err)
230 t.Error(err)
235 t.Error(err)
239 t.Error(err)
243 t.Error("Allowed to recreate an unexistant workspace")
247 func TestListWorkspace(t *testing.T) {
251 t.Error(err)
256 t.Error(err)
260 t.Error(err)
265 t.Error(err)
269 t.Error(err)
273 t.Error(err)
278 t.Error(err)
284 t.Error(err)
289 t.Error(err)
293 func TestRemoveWorkspace(t *testing.T) {
297 t.Error(err)
302 t.Error(err)
306 t.Error(err)
311 t.Error(err)
315 t.Error(err)
319 t.Error(err)
324 t.Error(err)
330 t.Error(err)
335 t.Error(err)
339 func TestEditWorkspace(t *testing.T) {
343 t.Error(err)
348 t.Error(err)
353 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
359 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
364 t.Error(err)
369 t.Error(err)
373 t.Error(err)
377 t.Error(err)
382 t.Error(err)
388 t.Error(err)
393 t.Error(err)