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

moved ControlledDistributorTest

parent b13da110
No related branches found
No related tags found
No related merge requests found
package teetime.stage.basic.distributor.dynamic; package teetime.stage.basic.distributor.dynamic;
public class ControlledDynamicDistributor<T> extends DynamicDistributor<T> { class ControlledDynamicDistributor<T> extends DynamicDistributor<T> {
@Override @Override
protected PortAction<T> getPortAction() throws InterruptedException { 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.Matchers.is;
import static org.hamcrest.collection.IsIterableContainingInOrder.contains; 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