org.testng.internal.DefaultMethodSelectorContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
package org.testng.internal;
import org.testng.IMethodSelectorContext;
import org.testng.collections.Maps;
import java.util.Map;
/**
* Simple implementation of IMethodSelectorContext
*
* Created on Jan 3, 2007
* @author Cedric Beust
*/
public class DefaultMethodSelectorContext implements IMethodSelectorContext {
private Map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy