package spider import "testing" func TestController_Run(t *testing.T) { c, _ := NewController(nil, nil) c.Run() }