public void PrepareForExecute_NullConnection_ThrowsArgumentNullException() { Assert.Throws <ArgumentNullException>(() => DbConnectionExtensions.Execute(null, "SQL")); }