protected boolean isScanAnnotations()
{
TestConfig testConfig = getTestJavaClass().getAnnotation(TestConfig.class);
if (testConfig != null)
{
return testConfig.scanAnnotations();
}
return false;
}
public void executeBeforeRender(FacesContext facesContext)