Exemplo n.º 1
0
 public void Query_NullConnection_ThrowsArgumentNullException()
 {
     Assert.Throws <ArgumentNullException>(() => DbConnectionExtensions.Query <TestRecord>(null, "SQL"));
 }