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

org.definitylabs.flue2ent.test.Step Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package org.definitylabs.flue2ent.test;

import org.definitylabs.flue2ent.Website;

public interface Step {

    Step at(Website website);

    void execute();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy