コード例 #1
0
 @Test
 public void testFindByAttributeCode() {
   Attribute attrs = attributeService.findByAttributeCode(AttributeNamesKeys.CUSTOMER_PHONE);
   assertNotNull(attrs);
 }