assertEquals("Unexpected value for methodName.",
"initialize", attrs.getMethodName());
assertEquals("Unexpected value for name.",
"myPlugin", attrs.getName());
attrs.reset();
assertNull("methodName attribute should be null.",
attrs.getMethodName());
assertNull("name should be null.", attrs.getName());