Esempio n. 1
0
        public void ValidateFormula_FormulaWithJustOneArgument_ValidFormula()
        {
            TruthTable table = new TruthTable("");

            Assert.AreEqual(true, table.ValidateFormula("d"));
        }