assertTrue( true );
}
entry.put( "Dc", atDC, strNullValue );
assertEquals( 1, entry.size() );
assertTrue( entry.containsAttribute( atDC ) );
assertTrue( entry.contains( atDC, ( String ) null ) );
assertEquals( "Dc", entry.get( atDC ).getUpId() );
Attribute replaced = entry.put( "domainComponent", atDC, strValue1, strValue2, strValue1 );
assertNotNull( replaced );