(t TestingT, name string, instConfig map[string]string)
| 248 | } |
| 249 | |
| 250 | func NewInstanceForProjectWithConfigs(t TestingT, name string, instConfig map[string]string) (*runtime.Runtime, string) { |
| 251 | return newInstanceHelper(t, name, instConfig) |
| 252 | } |
| 253 | |
| 254 | func newInstanceHelper(t TestingT, name string, instConfig map[string]string) (*runtime.Runtime, string) { |
| 255 | rt := New(t, true) |