// Test that the assertion returns true when no operation or fault is specified
// and an interface is not specified.
try
{
DescriptionElement desc = factory.newDescription();
BindingElement bindingEl = desc.addBindingElement();
bindingEl.setName(name1);
if(!val.testAssertionBinding1044(desc.toComponent().getBindings()[0], reporter))
{
fail("The testAssertionBinding1044 method returned false for a binding with no interface, operation, or faults specified.");