Assert.assertEquals("Wrong number of tables.", 2, tables.length);
Assert.assertEquals(
"Expected decorated value not found.",
new DateColumnDecorator().decorate(KnownTypes.TIME_VALUE, null, null),
tables[0].getCellAsText(1, 0));
Assert.assertEquals(
"Expected decorated value not found.",
KnownTypes.TIME_VALUE.toString(),