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/typer_test.go

48 lines
725 B
Go
Raw Normal View History

package handlers
import "testing"
func TestPathTyper_Type(t *testing.T) {
t.Skipf("TODO")
}
func TestValidActivityCollection(t *testing.T) {
t.Skipf("TODO")
}
func TestValidCollection(t *testing.T) {
t.Skipf("TODO")
}
func TestValidObjectCollection(t *testing.T) {
t.Skipf("TODO")
}
2020-06-15 09:36:15 +00:00
func TestValidCollectionIRI(t *testing.T) {
t.Skipf("TODO")
}
func TestIRIf(t *testing.T) {
t.Skipf("TODO")
}
func TestSplit(t *testing.T) {
t.Skipf("TODO")
}
func TestCollectionType_AddTo(t *testing.T) {
t.Skipf("TODO")
}
func TestCollectionType_IRI(t *testing.T) {
t.Skipf("TODO")
}
func TestCollectionType_OfActor(t *testing.T) {
t.Skipf("TODO")
}
func TestCollectionTypes_Contains(t *testing.T) {
t.Skipf("TODO")
}