• Home
  • Raw
  • Download

Lines Matching refs:t

29 func TestBasicCreate(t *testing.T) {
33 t.Error(err)
38 t.Error(err)
42 t.Error(err)
47 t.Error(err)
51 t.Error(err)
58 t.Error(err)
63 t.Error(err)
67 t.Error(err)
71 t.Error(err)
75 t.Error(err)
79 func TestWorkspaceDuplicate(t *testing.T) {
83 t.Error(err)
88 t.Error(err)
92 t.Error(err)
97 t.Error(err)
101 t.Error(err)
108 t.Error(err)
113 t.Error(err)
118 t.Error(err)
122 t.Error("Allowed workspace duplicate")
126 func TestCreateWorkspaceFromBadCodebase(t *testing.T) {
130 t.Error(err)
135 t.Error(err)
139 t.Error(err)
144 t.Error(err)
148 t.Error("Allowed bad codebase")
152 func TestList(t *testing.T) {
156 t.Error(err)
161 t.Error(err)
165 t.Error(err)
170 t.Error(err)
174 t.Error(err)
178 t.Error(err)
183 t.Error(err)
187 t.Error(err)
192 t.Error("Added workspace not listed")
196 func TestRemove(t *testing.T) {
200 t.Error(err)
205 t.Error(err)
209 t.Error(err)
214 t.Error(err)
218 t.Error(err)
222 t.Error(err)
227 t.Error(err)
231 t.Error(err)
235 t.Error(err)
239 t.Error(err)
243 t.Error(err)
247 t.Error("Removed workspace test-codebase is still in the configuration")
251 t.Error("Workspace test-workspace was removed but its directory remains")
255 t.Error(err)
259 func TestEdit(t *testing.T) {
263 t.Error(err)
268 t.Error(err)
273 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
279 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
284 t.Error(err)
289 t.Error(err)
293 t.Error(err)
297 t.Error(err)
302 t.Error(err)
306 t.Error(err)
310 t.Error(err)
314 t.Error(err)
319 t.Error(err)
322 t.Error("Editing returned an empty branch")
325 t.Error("Editing returned an empty project path")
330 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
336 t.Error(err)
340 t.Error(err)
344 t.Error(err)
351 func TestRecreate(t *testing.T) {
355 t.Error(err)
360 t.Error(err)
365 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
371 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
376 t.Error(err)
380 t.Error(err)
385 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
391 t.Errorf("Command\n%s\nfailed with the following:\n%s\n%s",
396 t.Error(err)
401 t.Error(err)
405 t.Error(err)
409 t.Error(err)
414 t.Error(err)
419 t.Error(err)
423 t.Error(err)
428 t.Error(err)
433 t.Error(err)
437 t.Error(err)
441 t.Error(err)
447 t.Error(err)
455 t.Error("Read only project was not mounted to the workspace")