use of org.apache.cxf.test.TestUtilities in project cxf by apache.
the class TestDateMapping method before.
@Before
public void before() {
testUtilities = new TestUtilities(getClass());
testUtilities.addNamespace("test", "urn:test");
xmlOutputFactory = XMLOutputFactory.newInstance();
}
Aggregations