blob: 937f1a583de4e949696e8d865adccf0b8cbc9bf1 [file] [log] [blame]
package org.testng.internal;
import org.testng.IObjectFactory;
import org.testng.internal.annotations.IAnnotationFinder;
public interface IConfiguration {
IAnnotationFinder getAnnotationFinder();
IObjectFactory getObjectFactory();
}