Exemplo n.º 1
0
 public void evalTestEval()
 {
     Parser_Accessor target = new Parser_Accessor(); // TODO: Initialize to an appropriate value
     List<Token_Accessor> ExprCopy = null; // TODO: Initialize to an appropriate value
     double expected = 0F; // TODO: Initialize to an appropriate value
     double actual;
     actual = target.eval(ExprCopy);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }