public XQueryContainsAssertion( TestAssertionConfig assertionConfig, Assertable assertable )
{
super( assertionConfig, assertable, true, true, true, true );
XmlObjectConfigurationReader reader = new XmlObjectConfigurationReader( getConfiguration() );
path = reader.readString( "path", null );
expectedContent = reader.readString( "content", null );
allowWildcards = reader.readBoolean( "allowWildcards", false );
}