}
public void testProcessMethodAttributesWithMXOperationWithMalformedParameter()
throws Exception
{
final PhoenixAttributeInterceptor interceptor = new PhoenixAttributeInterceptor();
final Attribute[] input =
new Attribute[]{new Attribute( "mx.operation" ),
new Attribute( "param", "var" )};
final Attribute[] attributes =
interceptor.processMethodAttributes( new JavaMethod(), input );
assertEquals( "attributes.length", 2, attributes.length );
assertEquals( "attributes[0].name",
"mx.operation",
attributes[ 0 ].getName() );
assertEquals( "attributes[0].value",