Exemplo n.º 1
0
 public void TestTableGetSelectedRowsQuery()
 {
     Table table = new Table("table");
     Assert.AreEqual("target.getSelectedRows", table.GetSelectedRowsQuery());
 }
Exemplo n.º 2
0
 public void TestTableGetSelectedIndicesQuery()
 {
     Table table = new Table("table");
     Assert.AreEqual(table.GetSelectedRowsQuery(), table.GetSelectedIndicesQuery());
 }