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

com.greenpepper.server.runner.spi.DefaultRunnerBuilder Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.server.runner.spi;

import java.util.Properties;

import com.greenpepper.server.domain.dao.SystemUnderTestDao;


/**
 * 

DefaultRunnerBuilder interface.

* * @author oaouattara * @version $Id: $Id */ public interface DefaultRunnerBuilder { /** *

getRunnerName.

* * @return a {@link java.lang.String} object. */ String getRunnerName(); /** *

buildAndRegisterRunner.

* * @param systemUnderTestDao a {@link com.greenpepper.server.domain.dao.SystemUnderTestDao} object. * @param properties a {@link java.util.Properties} object. */ void buildAndRegisterRunner(SystemUnderTestDao systemUnderTestDao, Properties properties); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy