File: relationship_test.go

package info (click to toggle)
golang-github-go-ap-activitypub 0.0~git20250501.71edba4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 920 kB
  • sloc: makefile: 26
file content (35 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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")
}