@Test
 public void test5() throws Throwable {
   TypeDesc typeDesc0 = ResponseMessage.getTypeDesc();
   assertEquals(false, typeDesc0.hasAttributes());
 }
 @Test
 public void test6() throws Throwable {
   TypeDesc typeDesc0 = SAPInstance.getTypeDesc();
   assertEquals(false, typeDesc0.hasAttributes());
 }