FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
QueueTest.java File Reference
import java.util.ArrayList;
import java.util.Collection;
import java.util.LinkedList;
import frodo2.communication.OutgoingMsgPolicyInterface.Decision;
import junit.extensions.RepeatedTest;
import junit.framework.TestCase;
import junit.framework.TestSuite;
Include dependency graph for QueueTest.java:

Classes

class  frodo2.communication.QueueTest
 A JUnit class to test Queue. More...
class  frodo2.communication.QueueTest.QueueInputPipeTrivial
 This pipe has a list of messages ready to be pulled using pullMessage(). More...
class  frodo2.communication.QueueTest.QueueOutputPipeTrivial
 This pipe stores the messages passed to it using pushObject(). More...
class  frodo2.communication.QueueTest.ConstantMsgPolicy
 A message policy that always returns the same decision. More...

Packages

package  frodo2.communication
 This package contains classes that take care of communication between queues.