Following up on DbAssert I’ve made a few changes to it. They are really minor ones.
Ability to add additional conditions like this:
dbAssert.condition(”id”, 1).addCondition(”name”, “John Doe”);
Another change which brings more real functionality is:
// checks if count of the records returned equals given value
dbAssert.assert_count(0);
So we’ve all here been using DbAssert for two months already and I think [...]



