org.testng.ClassMethodMap 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;
import org.testng.collections.Lists;
import org.testng.collections.Maps;
import org.testng.internal.XmlMethodSelector;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* This class maintains a map of >
.
* It is used by TestWorkers to determine if the method they just ran
* is the last of its class, in which case it's time to invoke all the
* afterClass methods.
*
* @author Alex Popescu
*/
public class ClassMethodMap {
private Map