All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.taskurotta.recipes.wait.WaitArbiter Maven / Gradle / Ivy

The newest version!
package ru.taskurotta.recipes.wait;

import ru.taskurotta.test.flow.BasicFlowArbiter;

import java.util.List;

/**
 * Created by void 29.03.13 11:18
 */
public class WaitArbiter extends BasicFlowArbiter {

	public WaitArbiter(List tags) {
		super(tags);
	}

	protected void process(String tag) {

/*
		if ("prepare".equals(tag)) {
			waitForTag("waitForStart", 10000);
		}
*/

	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy