Exemple #1
0
 public void should_have_a_http_head_method()
 {
     Asserts.AssertMethod(getPublicContainerInformation, "HEAD");
 }
Exemple #2
0
 public void should_have_a_http_get_method()
 {
     Asserts.AssertMethod(GetContainerInformationSerialized, "GET");
 }
 public void should_have_a_http_head_method()
 {
     Asserts.AssertMethod(getStorageItemInformation, "HEAD");
 }
Exemple #4
0
 public void should_have_a_http_get_method()
 {
     Asserts.AssertMethod(getContainers, "GET");
 }