public void should_have_a_http_head_method() { Asserts.AssertMethod(getPublicContainerInformation, "HEAD"); }
public void should_have_a_http_get_method() { Asserts.AssertMethod(GetContainerInformationSerialized, "GET"); }
public void should_have_a_http_head_method() { Asserts.AssertMethod(getStorageItemInformation, "HEAD"); }
public void should_have_a_http_get_method() { Asserts.AssertMethod(getContainers, "GET"); }