org.exist.xquery.value.test
Class NumericOpPromotionTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.xquery.value.test.NumericOpPromotionTest

public class NumericOpPromotionTest
extends TestCase

Author:
Piotr Kaminski
See Also:
Serialized Form

Constructor Summary
NumericOpPromotionTest(java.lang.String name, ComputableValue operand)
           
 
Method Summary
static Test suite()
           
 void testIntegerDiv()
           
 void testIntegerMinus()
           
 void testIntegerMult()
           
 void testIntegerPlus()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericOpPromotionTest

public NumericOpPromotionTest(java.lang.String name,
                              ComputableValue operand)
Method Detail

suite

public static Test suite()
                  throws XPathException
Throws:
XPathException

testIntegerDiv

public void testIntegerDiv()
                    throws XPathException
Throws:
XPathException

testIntegerMult

public void testIntegerMult()
                     throws XPathException
Throws:
XPathException

testIntegerPlus

public void testIntegerPlus()
                     throws XPathException
Throws:
XPathException

testIntegerMinus

public void testIntegerMinus()
                      throws XPathException
Throws:
XPathException

toString

public java.lang.String toString()


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.