Skip to content
Snippets Groups Projects
Commit 84738bfb authored by Christian Wulf's avatar Christian Wulf
Browse files

moved ControlledDistributorTest

parent f3154842
No related branches found
No related tags found
No related merge requests found
package teetime.stage.basic.distributor.dynamic;
public class ControlledDynamicDistributor<T> extends DynamicDistributor<T> {
class ControlledDynamicDistributor<T> extends DynamicDistributor<T> {
@Override
protected PortAction<T> getPortAction() throws InterruptedException {
......
package teetime.stage.basic.distributor;
package teetime.stage.basic.distributor.dynamic;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.collection.IsIterableContainingInOrder.contains;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment