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

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