XPathContainsAssertion assertion = new XPathContainsAssertion( config, null );
assertEquals( "testPath", assertion.getPath() );
assertEquals( "testContent", assertion.getExpectedContent() );
XmlObject conf = assertion.createConfiguration();
String str = conf.xmlText();
}
public void testFullContentMatch() throws Exception
{