Beispiel #1
0
        public async Task can_buy()
        {
            (response, body) = await server.PostJsonLd("/events/", @"
{
  ""@type"":""schema:CreateAction""
}
");

            body["@id"].ShouldBe("http://localhost/events/");
            body["@type"].ShouldBe("Event");
        }