package activitypub import "testing" func TestTombstone_GetID(t *testing.T) { t.Skipf("TODO") } func TestTombstone_GetLink(t *testing.T) { t.Skipf("TODO") } func TestTombstone_GetType(t *testing.T) { t.Skipf("TODO") } func TestTombstone_IsCollection(t *testing.T) { t.Skipf("TODO") } func TestTombstone_IsLink(t *testing.T) { t.Skipf("TODO") } func TestTombstone_IsObject(t *testing.T) { t.Skipf("TODO") } func TestTombstone_UnmarshalJSON(t *testing.T) { t.Skipf("TODO") } func TestTombstone_Clean(t *testing.T) { t.Skipf("TODO") }