public void assertEnabled(ComponentId id, boolean enabled) {
play(new AssertAction(id, enabled, scriptModel, windowMonitor));
}
public void assertRowCount(ComponentId id, int rowCount) {
play(new AssertRowCount(id, rowCount, scriptModel, windowMonitor));
}