Removes all the attributes from a set. The set to be removed is
the same as the set to remove from.
The result should be EmptyAttributeSet.
testRemoveAttributesSetEmptySameKey
public void testRemoveAttributesSetEmptySameKey()(Code)
Removes all the attributes from a set. The set to be removed
contains the same attribute key but has different values.
The result should be EmptyAttributeSet.
testRemoveAttributesSetNoCacheSameKeys
public void testRemoveAttributesSetNoCacheSameKeys()(Code)
Removes some attributes from a set. The result shouldn't be
in the cache. The set to remove contains a key with a different
value.
Removes several attributes from a set. The set to be removed
contains attributes with names that are not in the set from which
attributes are to be removed.