(t *testing.T)
| 353 | } |
| 354 | |
| 355 | func TestManagerSuite(t *testing.T) { |
| 356 | suite.Run(t, new(ManagerSuite)) |
| 357 | } |
| 358 | |
| 359 | func TestNewManager_CannotLoadDirectory_expectError(t *testing.T) { |
| 360 | _, err := NewManager(nil, "<>", nil, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…