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

bdi.junit.ComponentLifecycle Maven / Gradle / Ivy

package bdi.junit;

import java.util.List;

/**
 * @author @aloyer
 */
public class ComponentLifecycle {

    public void before(List components) {
    }

    public void after(List components) {
    }
}