
org.ehoffman.module.ModuleGroup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DynamicModuleAPI Show documentation
Show all versions of DynamicModuleAPI Show documentation
Some simple extensions to testng for use with maven.
The newest version!
package org.ehoffman.module;
import java.util.List;
public interface ModuleGroup extends ModuleProvider {
/**
*
* @return
*/
public List>> getModuleClasses();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy