@Test
 public void testAfterTypeDiscovery() throws Exception {
   // no assertion, the method should just not throw an exception as it performs logging only
   subject.afterTypeDiscovery(atd);
 }