com.github.robindevilliers.cascade.modules.TestExecutor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cascade Show documentation
Show all versions of cascade Show documentation
Cascade is a blackbox testing framework
package com.github.robindevilliers.cascade.modules;
import com.github.robindevilliers.cascade.Scope;
import com.github.robindevilliers.cascade.model.Journey;
import org.junit.runner.Description;
import org.junit.runner.notification.RunNotifier;
import java.util.List;
import java.util.Map;
public interface TestExecutor {
void init(Class> controlClass, Map globalScope);
void executeTest(RunNotifier notifier, Description description, List