This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/relationship_test.go

36 lines
573 B
Go
Raw Normal View History

package activitypub
import "testing"
func TestRelationship_GetID(t *testing.T) {
t.Skipf("TODO")
}
func TestRelationship_GetLink(t *testing.T) {
t.Skipf("TODO")
}
func TestRelationship_GetType(t *testing.T) {
t.Skipf("TODO")
}
func TestRelationship_IsCollection(t *testing.T) {
t.Skipf("TODO")
}
func TestRelationship_IsLink(t *testing.T) {
t.Skipf("TODO")
}
func TestRelationship_IsObject(t *testing.T) {
t.Skipf("TODO")
}
func TestRelationship_UnmarshalJSON(t *testing.T) {
t.Skipf("TODO")
}
func TestRelationship_Clean(t *testing.T) {
t.Skipf("TODO")
}