Home | History | Annotate | Download | only in testng

Lines Matching refs:ClassMethodMap

147   private transient ClassMethodMap m_classMethodMap;
502 m_classMethodMap = new ClassMethodMap(testMethods, m_xmlMethodSelector);
811 //Since an interceptor is involved, we would need to ensure that the ClassMethodMap object is in sync with the
813 //so let's update the current classMethodMap object with the list of methods obtained from the interceptor.
814 this.m_classMethodMap = new ClassMethodMap(result, null);