Mockito.when(row1.getDisplayName()).thenReturn("row1");
Mockito.when(row1.getComponents()).thenReturn(row1Children);
addComponents(2, row1Children, allComponents);
rootChildren.add(row1);
final ExtendedProperties viewProps = new ExtendedProperties();
manifestation = new TableViewManifestation(component,new ViewInfo(TableViewManifestation.class,"",ViewType.CENTER)) {
@Override
public ExtendedProperties getViewProperties() {
return viewProps;
}