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