For test purposes on Date assertions should be more easy to use an isCloseTo method with a tolerance instead of use isAfter and isBefore.
assertThat(appInstallTagTable).column("inserted_at").value(0).isCloseTo(TimeUnit.MILISECONDS, 10000, new Date());
assertThat(appInstallTagTable).column("inserted_at").hasValuesCloseTo(TimeUnit.MILISECONDS, 10000, new Date(), new Date(), new Date()); //verify 3 rows values