~alexreg/mathtexdotnet/0.1

« back to all changes in this revision

Viewing changes to TexDotNet.Tests/ParserTests.cs

  • Committer: Alex Regueiro
  • Date: 2009-10-06 23:48:25 UTC
  • Revision ID: alexreg@gmail.com-20091006234825-2yjdep90nzoz0y0e
Upgraded solution and project files to VS 10 format.
Added TexDotNet.FSharp project, which contains a module for F#-style access of TexHelper methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        }
53
53
 
54
54
        [TestMethod()]
 
55
        public void TestParserRelationOperators()
 
56
        {
 
57
            TestGroup("Relation Operators");
 
58
        }
 
59
 
 
60
        [TestMethod()]
55
61
        public void TestParserText()
56
62
        {
57
63
            TestGroup("Text");