コード例 #1
0
 @Test
 public void toStringNotNull() {
   TdProductShipment model = new TdProductShipment();
   assertNotNull(model.toString());
 }