// Test that the assertion returns false when the binding fault reference does not define an
// interface fault reference.
try
{
BindingFaultReferenceImpl bindingFaultReference = new BindingFaultReferenceImpl();
if(val.testAssertionBindingFaultReference1059(bindingFaultReference, reporter))
{
fail("The testAssertionBindingFaultReference1059 method returned true with a binding fault reference that does not define an interface fault reference.");
}
}