@Test
 public void testGetAttributes() {
   try {
     assertEquals(6, applicationElement.getAttributes("*").length);
     assertEquals(2, applicationElement.listAttributes("meas*").length);
   } catch (AoException e) {
     fail(e.reason);
   }
 }