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

 
Constructor Summary
TestGSet()
           
 
Method Summary
void auxTestList(def expectedValues, GSet setToTest, Object env)
          
void testConvertMapToBinding()
          
void testConvertToListSet()
           Tests for conversion of set definition
void testConvertToListSetWithSingleElement()
          
void testCreateFromClosure()
          
void testDynamicSet()
           Tests for nested and dynamic sets
void testEmptyListSet()
          
void testEmptyProductSet()
          
void testEmptyRangeSet()
          
void testGetElemInRangeSet()
          
void testIntegerRangeSet()
           List set specific tests
void testMultiplyOperator()
          
void testNestedDynamicSet()
          
void testProductOfBindingWithDynamicSet()
          
void testProductOfBindingWithSimpleSet()
           Tests for index bindings used as sets
void testProductOfSingleElements()
          
void testProductSet()
           Product set specific tests
void testProductWithSingleElement()
          
void testStringListSet()
          
 

Constructor Detail

TestGSet

TestGSet()


Method Detail

auxTestList

void auxTestList(def expectedValues, GSet setToTest, Object env)


testConvertMapToBinding

public void testConvertMapToBinding()


testConvertToListSet

public void testConvertToListSet()
Tests for conversion of set definition


testConvertToListSetWithSingleElement

public void testConvertToListSetWithSingleElement()


testCreateFromClosure

public void testCreateFromClosure()


testDynamicSet

public void testDynamicSet()
Tests for nested and dynamic sets


testEmptyListSet

public void testEmptyListSet()


testEmptyProductSet

public void testEmptyProductSet()


testEmptyRangeSet

public void testEmptyRangeSet()


testGetElemInRangeSet

public void testGetElemInRangeSet()


testIntegerRangeSet

public void testIntegerRangeSet()
List set specific tests


testMultiplyOperator

public void testMultiplyOperator()


testNestedDynamicSet

public void testNestedDynamicSet()


testProductOfBindingWithDynamicSet

public void testProductOfBindingWithDynamicSet()


testProductOfBindingWithSimpleSet

public void testProductOfBindingWithSimpleSet()
Tests for index bindings used as sets


testProductOfSingleElements

public void testProductOfSingleElements()


testProductSet

public void testProductSet()
Product set specific tests


testProductWithSingleElement

public void testProductWithSingleElement()


testStringListSet

public void testStringListSet()