use of org.openforis.collect.model.validation.CollectValidator in project collect by openforis.
the class UIOptionsTest method initSurvey.
protected void initSurvey() {
SurveyContext ctx = new CollectSurveyContext(new ExpressionFactory(), new CollectValidator());
survey = (CollectSurvey) ctx.createSurvey();
schema = survey.getSchema();
populateSchema();
initUIOptions();
}
Aggregations