
org.ehoffman.module.PooledModule 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 org.apache.commons.pool.PoolableObjectFactory;
public interface PooledModule extends Module, PoolableObjectFactory {
public int getMaxPoolElements();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy