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

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