Ejemplo n.º 1
0
 public MathMLSuperscriptTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 2
0
 public MathMLRootTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 3
0
 public MathMLNumberTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 4
0
 public MathMLPaddedTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 5
0
 public MathMLMultiscriptsTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 6
0
 public MathMLSpaceTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 7
0
 public MathMLTextNodeTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 8
0
 public MathMLEncloseTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 9
0
 public MathMLIdentifierTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 10
0
 public EquationTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 11
0
 public MathMLUnderOverTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 12
0
 public MathMLLongDivisionTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 13
0
 public MathMLFencedTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 14
0
 public MathMLGlyphTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 15
0
 public MathMLLabeledTableRowTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 16
0
 public MathMLPhantomTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 17
0
 public MathMLOperatorTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 18
0
 public MathMLTableCellTests()
 {
     _serializer = new MathMLSerializer();
 }
Ejemplo n.º 19
0
 public MathMLFractionTests()
 {
     _serializer = new MathMLSerializer();
 }