Exemplo n.º 1
0
        public void RunUpdateStatement_IsNotUpdate_ThrowsException()
        {
            IDatabaseDriver driver = new MySqlDriver("");

            Should.Throw <Exception>(() => driver.RunUpdateStatement(""));
        }