@SmallTest
 public void testLabel() {
   String label = "User's email";
   emailAttribute.setLabel(label);
   Assert.assertEquals(label, emailAttribute.getLabel());
 }