assertNotNull( "Should have recevied an element.", element );
}
// DO WORK
// remove the group
GroupId gid = new GroupId( cacheName, groupName );
disk.remove( gid );
for ( int i = 0; i < cnt; i++ )
{
GroupAttrName groupAttrName = getGroupAttrName( cacheName, groupName, i + ":key" );