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/streams/item_test.go

48 lines
786 B
Go
Raw Normal View History

2018-11-10 21:37:06 +00:00
package activitystreams
import "testing"
func TestItemCollection_Append(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
func TestItemCollection_Collection(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
func TestItemCollection_GetID(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
func TestItemCollection_GetLink(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
func TestItemCollection_GetType(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
func TestItemCollection_IsLink(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
func TestItemCollection_IsObject(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
func TestItemCollection_First(t *testing.T) {
2019-05-05 07:32:45 +00:00
t.Skipf("TODO")
2018-11-10 21:37:06 +00:00
}
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")
}