Exemplo n.º 1
0
 public void delete_the_move_object_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     TestUtil.assertEqual(deleteObjectOutput2.getStatueCode(), arg1);
 }
Exemplo n.º 2
0
 public void delete_the_multipart_object_status_code_is(int arg1)
 {
     // Write code here that turns the phrase above into concrete actions
     //throw new PendingException();
     TestUtil.assertEqual(deleteObjectOutput.getStatueCode(), arg1);
 }