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

de.a9d3.testing.executer.Executor Maven / Gradle / Ivy

package de.a9d3.testing.executer;

import de.a9d3.testing.checks.CheckInterface;

import java.util.List;

public interface Executor {
    Boolean execute(Class c, List checks);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy