Implementation must be immutable and thread-safe. @author Yegor Bugayenko (yegor@tpc2.com) @version $Id$ @since 0.0.1
5152535455565758596061
*/ @Test public void convertsToXml() throws Exception { final JaxbDomain obj = new JaxbDomain( // @checkstyle AnonInnerLength (50 lines) new Domain() { @Override public String name() { return "localhost"; } @Override