Changes
7 changed files (+121/-41)
-
-
@@ -969,3 +969,11 @@ func TestActivity_Clean(t *testing.T) {func TestActivity_IsCollection(t *testing.T) { t.Skipf("TODO") } func TestActivity_GetLink(t *testing.T) { t.Skipf("TODO") } func TestActivity_GetType(t *testing.T) { t.Skipf("TODO") }
-
-
-
@@ -143,3 +143,27 @@ func TestToCollectionPage(t *testing.T) {func TestCollectionPage_Contains(t *testing.T) { t.Skipf("TODO") } func TestCollectionPage_GetID(t *testing.T) { t.Skipf("TODO") } func TestCollectionPage_GetLink(t *testing.T) { t.Skipf("TODO") } func TestCollectionPage_GetType(t *testing.T) { t.Skipf("TODO") } func TestCollectionPage_IsCollection(t *testing.T) { t.Skipf("TODO") } func TestCollectionPage_IsLink(t *testing.T) { t.Skipf("TODO") } func TestCollectionPage_IsObject(t *testing.T) { t.Skipf("TODO") }
-
-
-
@@ -169,3 +169,8 @@ func TestToCollection(t *testing.T) {func TestCollection_Contains(t *testing.T) { t.Skipf("TODO") } func TestCollection_IsCollection(t *testing.T) { t.Skipf("TODO") }
-
-
-
@@ -210,3 +210,11 @@ func TestIRI_Equals(t *testing.T) {} } } func TestIRI_Contains(t *testing.T) { t.Skip("TODO") } func TestIRI_IsCollection(t *testing.T) { t.Skip("TODO") }
-
-
item_collection_test.go (new)
-
@@ -0,0 +1,55 @@package activitypub import "testing" func TestItemCollection_Append(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_Collection(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_GetID(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_GetLink(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_GetType(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_IsLink(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_IsObject(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_First(t *testing.T) { t.Skipf("TODO") } func TestFlattenItemCollection(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_Count(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_Contains(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_IsCollection(t *testing.T) { t.Skipf("TODO") } func TestToItemCollection(t *testing.T) { t.Skipf("TODO") }
-
-
-
@@ -2,46 +2,6 @@ package activitypubimport "testing" func TestItemCollection_Append(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_Collection(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_GetID(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_GetLink(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_GetType(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_IsLink(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_IsObject(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_First(t *testing.T) { t.Skipf("TODO") } func TestFlattenItemCollection(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_Count(t *testing.T) { t.Skipf("TODO") } func TestItemCollection_Contains(t *testing.T) { func TestFlatten(t *testing.T) { t.Skipf("TODO") }
-
-
-
@@ -196,3 +196,23 @@ func TestJSONUnmarshalToItem(t *testing.T) {func TestJSONGetActorEndpoints(t *testing.T) { t.Skipf("TODO") } func TestJSONGetBoolean(t *testing.T) { t.Skipf("TODO") } func TestJSONGetBytes(t *testing.T) { t.Skipf("TODO") } func TestJSONGetFloat(t *testing.T) { t.Skipf("TODO") } func TestJSONGetPublicKey(t *testing.T) { t.Skipf("TODO") } func TestJSONGetStreams(t *testing.T) { t.Skipf("TODO") }
-