assertThat(actualSuperColumn, notNullValue());
assertThat(actualSuperColumn.getName().toString(), is("name11"));
assertThat(actualSuperColumn.getColumns(), notNullValue());
assertThat(actualSuperColumn.getColumns().size(), is(2));
ColumnModel actualColumn0OfRow0 = actualSuperColumn.getColumns().get(0);
assertThat(actualColumn0OfRow0, notNullValue());
assertThat(actualColumn0OfRow0.getName().toString(), is("111"));
assertThat(actualColumn0OfRow0.getValue().toString(), is("value111"));
ColumnModel actualColumn1OfRow0 = actualSuperColumn.getColumns().get(1);
assertThat(actualColumn1OfRow0, notNullValue());
assertThat(actualColumn1OfRow0.getName().toString(), is("112"));
assertThat(actualColumn1OfRow0.getValue().toString(), is("value112"));
SuperColumnModel actualSuperColumn1OfRow0 = actualrow0.getSuperColumns().get(1);
assertThat(actualSuperColumn1OfRow0.getName().toString(), is("name12"));
assertThat(actualSuperColumn1OfRow0.getColumns(), notNullValue());
assertThat(actualSuperColumn1OfRow0.getColumns().size(), is(2));
ColumnModel actualColumn0OfSuperColumn1OofRow0 = actualSuperColumn1OfRow0.getColumns().get(0);
assertThat(actualColumn0OfSuperColumn1OofRow0, notNullValue());
assertThat(actualColumn0OfSuperColumn1OofRow0.getName().toString(), is("121"));
assertThat(actualColumn0OfSuperColumn1OofRow0.getValue().toString(), is("value121"));
ColumnModel actualColumn1OfSuperColumn1ofRow0 = actualSuperColumn1OfRow0.getColumns().get(1);
assertThat(actualColumn1OfSuperColumn1ofRow0, notNullValue());
assertThat(actualColumn1OfSuperColumn1ofRow0.getName().toString(), is("122"));
assertThat(actualColumn1OfSuperColumn1ofRow0.getValue().toString(), is("value122"));
RowModel row1 = dataSet.getColumnFamilies().get(0).getRows().get(1);
assertThat(row1, notNullValue());
assertThat(row1.getKey().toString(), is("13818e20-1dd2-11b2-879a-782bcb80ff6a"));
assertThat(row1.getColumns(), notNullValue());
assertThat(row1.getColumns().isEmpty(), is(true));
assertThat(row1.getSuperColumns(), notNullValue());
assertThat(row1.getSuperColumns().size(), is(3));
SuperColumnModel actualSuperColumn0OfRow1 = row1.getSuperColumns().get(0);
assertThat(actualSuperColumn0OfRow1, notNullValue());
assertThat(actualSuperColumn0OfRow1.getName().toString(), is("name21"));
assertThat(actualSuperColumn0OfRow1.getColumns(), notNullValue());
assertThat(actualSuperColumn0OfRow1.getColumns().size(), is(2));
ColumnModel actualColumn0OfSuperColum0OfRow1 = actualSuperColumn0OfRow1.getColumns().get(0);
assertThat(actualColumn0OfSuperColum0OfRow1, notNullValue());
assertThat(actualColumn0OfSuperColum0OfRow1.getName().toString(), is("211"));
assertThat(actualColumn0OfSuperColum0OfRow1.getValue().toString(), is("value211"));
ColumnModel actualColumn1OfSuperColum0OfRow1 = actualSuperColumn0OfRow1.getColumns().get(1);
assertThat(actualColumn1OfSuperColum0OfRow1, notNullValue());
assertThat(actualColumn1OfSuperColum0OfRow1.getName().toString(), is("212"));
assertThat(actualColumn1OfSuperColum0OfRow1.getValue().toString(), is("value212"));
SuperColumnModel actualSuperColumn1OfRow1 = row1.getSuperColumns().get(1);
assertThat(actualSuperColumn1OfRow1.getName().toString(), is("name22"));
assertThat(actualSuperColumn1OfRow1.getColumns(), notNullValue());
assertThat(actualSuperColumn1OfRow1.getColumns().size(), is(2));
ColumnModel actualColumn0OfSuperCOlumn10OfRow1 = actualSuperColumn1OfRow1.getColumns().get(0);
assertThat(actualColumn0OfSuperCOlumn10OfRow1, notNullValue());
assertThat(actualColumn0OfSuperCOlumn10OfRow1.getName().toString(), is("221"));
assertThat(actualColumn0OfSuperCOlumn10OfRow1.getValue().toString(), is("value221"));
ColumnModel actualColumn1OfSuperCOlumn10OfRow1 = actualSuperColumn1OfRow1.getColumns().get(1);
assertThat(actualColumn1OfSuperCOlumn10OfRow1, notNullValue());
assertThat(actualColumn1OfSuperCOlumn10OfRow1.getName().toString(), is("222"));
assertThat(actualColumn1OfSuperCOlumn10OfRow1.getValue().toString(), is("value222"));
SuperColumnModel actualSuperColumnModel2OfRow1 = row1.getSuperColumns().get(2);
assertThat(actualSuperColumnModel2OfRow1.getName().toString(), is("name23"));
assertThat(actualSuperColumnModel2OfRow1.getColumns(), notNullValue());
assertThat(actualSuperColumnModel2OfRow1.getColumns().size(), is(1));
ColumnModel actualColumn0OfSuperColumn2OfRow1 = actualSuperColumnModel2OfRow1.getColumns().get(0);
assertThat(actualColumn0OfSuperColumn2OfRow1, notNullValue());
assertThat(actualColumn0OfSuperColumn2OfRow1.getName().toString(), is("231"));
assertThat(actualColumn0OfSuperColumn2OfRow1.getValue().toString(), is("value231"));
}