public void ExpressionSolverConstructorTest1()
 {
     ExpressionSolver target = new ExpressionSolver();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void ExpressionSolverConstructorTest()
 {
     string exprString = string.Empty; // TODO: Initialize to an appropriate value
     ExpressionSolver target = new ExpressionSolver(exprString);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }