Exemplo n.º 1
0
 @Test
 public void isIdSetReturnsTrue() {
   TdProductShipment model = new TdProductShipment();
   model.setProductShipmentId(ValueGenerator.getUniqueInteger());
   assertNotNull(model.getProductShipmentId());
   assertTrue(model.isIdSet());
 }