Home | History | Annotate | Download | only in testng

Lines Matching defs:thisClass

912     Class thisClass= getClass();
913 String resource= thisClass.getName().replace('.', '/') + ".class";
914 URL url= thisClass.getClassLoader().getResource(resource);