Package org.testng

Class ClassMethodMap

java.lang.Object
org.testng.ClassMethodMap

public class ClassMethodMap extends Object
This class maintains a map of <Class, List<ITestNGMethod>>. 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.