FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.solutionSpaces.hypercube.tests.HypercubeIterTest Class Reference

JUnit tests for the BasicHypercube iterator. More...

Inheritance diagram for frodo2.solutionSpaces.hypercube.tests.HypercubeIterTest:

Public Member Functions

 HypercubeIterTest (String name)
 Constructor.
void testSameOrder ()
 Tests the case when the variables of iteration are the hypercube's variable, in the same order.
void testOtherOrder ()
 Tests the case when the variables of iteration are the hypercube's variable, in a different order.
void testMoreVars ()
 Tests the case when the variables of iteration include variables not in the space.
void testSubDoms ()
 Tests the case when the input domains are sub-domains of the space's.

Static Public Member Functions

static Test suite ()

Detailed Description

JUnit tests for the BasicHypercube iterator.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ HypercubeIterTest()

frodo2.solutionSpaces.hypercube.tests.HypercubeIterTest.HypercubeIterTest ( String name)

Constructor.

Parameters
namename of the test method

Referenced by suite().

Member Function Documentation

◆ suite()

Test frodo2.solutionSpaces.hypercube.tests.HypercubeIterTest.suite ( )
static
Returns
a TestSuite

References HypercubeIterTest().

Referenced by frodo2.solutionSpaces.hypercube.tests.AllTestsHypercube.suite().

Here is the call graph for this function:

◆ testMoreVars()

◆ testOtherOrder()

◆ testSameOrder()

◆ testSubDoms()


The documentation for this class was generated from the following file: