This rule checks whether a given Actor Object has the properties inbox and outbox.
This rule checks whether a given Actor Object has the properties inbox and outbox.
This rule checks that URLs of ActivityPub objects can be resolved to a representation with well-known media type for further processing.
This rule checks whether the inbox property of an object appears to be an OrderedCollection
This rule checks whether the outbox property of an object appears to be an OrderedCollection
This test case tests that an actor's shares collection is an expected kind of collection
tests whether an ActivityPub Object has a likes collection with an appropriate Collection type
tests whether an ActivityPub Object has a liked collection with an appropriate Collection type
tests whether an ActivityPub Object has a `followers`` collection with an appropriate Collection type
tests whether an ActivityPub Object has a `following`` collection with an appropriate Collection type
This test checks that an ActivityPub Outbox responds with a 201 status code when sent a POST request with an Activity submission.
This test checks that an ActivityPub Outbox accepts submission of an ActivityPub Object that is not an Activity, e.g. a Note, which it should then wrap in a Create activity.
a test rule that submits an object to an outbox and checks for conformance with requirements for how the outbox server must wrap the object in a Create Activity.
A Test Rule for an ActivityPub Requirement
a test rule that sends a submission to an outbox then gets the outbox and expects to find the submitted activity
A test rule that sends to an ActivityPub Outbox a Create Activity creating an Object, then sends an Update Activity for that object, then sends an http get to the object URI and expects the object to be modified by the Update.