Exemple #1
0
 @Test
 public void testSetPrice() throws Exception {
   product.setPrice(567);
   assertEquals(567, product.getPrice());
 }