/** Check that createDomainObject works. */
 @Test
 public void testCreateDtoObject() {
   assertNotNull(categoryAdapter.createDtoObject());
 }