243244245246247248249250251252253
protected String getServletPath() { TestConfig testConfig = getTestJavaClass().getAnnotation(TestConfig.class); if (testConfig != null) { return testConfig.servletPath(); } return "/faces"; } public void processLifecycleExecute()