fail("Can't instantiate the WSDLFactory object.");
}
// Test that the assertion returns true for a binding with an absolute type.
try
{
DescriptionElement descEl = factory.newDescription();
BindingElement binding = descEl.addBindingElement();
binding.setType(new URI("http://www.sample.org"));
if(!val.testAssertionBinding1048(descEl.toComponent().getBindings()[0], reporter))
{
fail("The testAssertionBinding1048 method returned false for a binding with an absolute type.");