type FakeObject … var _ … func (f *FakeObject) Name() string { … } func (f *FakeObject) Merged() (runtime.Object, error) { … } func (f *FakeObject) Live() runtime.Object { … } func TestDiffProgram(t *testing.T) { … } func TestPrinter(t *testing.T) { … } func TestDiffVersion(t *testing.T) { … } func TestDirectory(t *testing.T) { … } func TestDiffer(t *testing.T) { … } func TestShowManagedFields(t *testing.T) { … } func TestMasker(t *testing.T) { … }