}
protected void assertDependsListAttribute(ServiceAttributeMetaData attribute, boolean trim, boolean replace, String name, ObjectName[] value) throws Exception
{
assertAttribute(attribute, trim, replace, name);
ServiceValueMetaData actual = attribute.getValue();
assertNotNull(actual);
assertDependencyListValue(actual, value);
}