Search in sources :

Example 6 with TestUtilities

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();
}
Also used : TestUtilities(org.apache.cxf.test.TestUtilities) Before(org.junit.Before)

Aggregations

TestUtilities (org.apache.cxf.test.TestUtilities)6 Before (org.junit.Before)3 Test (org.junit.Test)3 Document (org.w3c.dom.Document)3 URL (java.net.URL)2 QName (javax.xml.namespace.QName)1 Bus (org.apache.cxf.Bus)1 Server (org.apache.cxf.endpoint.Server)1 AbstractCXFSpringTest (org.apache.cxf.test.AbstractCXFSpringTest)1