(foo *samplecontroller.Foo, t *testing.T)
| 242 | } |
| 243 | |
| 244 | func getRef(foo *samplecontroller.Foo, t *testing.T) cache.ObjectName { |
| 245 | ref := cache.MetaObjectToName(foo) |
| 246 | return ref |
| 247 | } |
| 248 | |
| 249 | func TestCreatesDeployment(t *testing.T) { |
| 250 | f := newFixture(t) |
no outgoing calls
no test coverage detected
searching dependent graphs…