Beispiel #1
0
 public void TestTableGetSelectedRowQuery()
 {
     Table table = new Table("table");
     Assert.AreEqual(".selectedRow", table.GetSelectedRowQuery());
 }