net.sourceforge.combean.test.mathprog.grooml
Class TestGIndexBinding

Field Summary
 def env
           
 def innerValues
           
 def outerValues
           
 
Constructor Summary
TestGIndexBinding()
           
 
Method Summary
void auxTestDoubleBinding(GIndexBinding binding)
           Check that the binding contains two variables outer, inner that are bound to the statically defines values outerValues, innerValues.
void auxTestSingleBinding(def setDef, GIndexBinding binding)
          
void setUp()
          
void testConstructIndexBindingForListOfSets()
          
void testConstructIndexBindingForProductSet()
          
void testCreateBindingToProductSet()
          
void testCreateDoubleBinding()
          
void testCreateSimpleBinding()
          
void testIndexBindingWithWrongCardinality()
          
void testNumericRangeSingleBinding()
          
void testProductOfBindings()
          
void testStringListSingleBinding()
          
 

Constructor Detail

TestGIndexBinding

TestGIndexBinding()


Method Detail

auxTestDoubleBinding

void auxTestDoubleBinding(GIndexBinding binding)
Check that the binding contains two variables outer, inner that are bound to the statically defines values outerValues, innerValues.


auxTestSingleBinding

void auxTestSingleBinding(def setDef, GIndexBinding binding)


setUp

void setUp()


testConstructIndexBindingForListOfSets

void testConstructIndexBindingForListOfSets()


testConstructIndexBindingForProductSet

void testConstructIndexBindingForProductSet()


testCreateBindingToProductSet

void testCreateBindingToProductSet()


testCreateDoubleBinding

void testCreateDoubleBinding()


testCreateSimpleBinding

void testCreateSimpleBinding()


testIndexBindingWithWrongCardinality

void testIndexBindingWithWrongCardinality()


testNumericRangeSingleBinding

void testNumericRangeSingleBinding()


testProductOfBindings

void testProductOfBindings()


testStringListSingleBinding

void testStringListSingleBinding()