@SuppressWarnings({ "rawtypes" })
public void resetTests() throws IOException
{
URL url = MethodVisibilityTest.class
.getResource("/org/jboss/forge/grammar/java/MockAnnotatedMethod.java");
Method method = JavaParser.parse(JavaClass.class, url).getMethods().get(0);
setTarget(method);
}