hasArray(t, new String[] {"L", "Move to the next page by clicking the <b>\"Next\"</b> button or clicking <a href=\"page://1\">this</a> link."});
}
@Test
public void questions() {
ClientSurvey cs = new GettingStarted().getSurvey();
((Survey) cs).goToNextPage(); //this is the page with the questions
PageTranslator pt = new PageTranslator((Survey) cs);
String[][] t = pt.translate();
hasArray(t, new String[]{"Q", "CB", "checkbox", "A Checkbox:", "F", "unchecked", "T", "T", "T", ""});
hasArray(t, new String[]{"Q", "RB", "verticalRadioButtons", "Vertical Radio Buttons:", "F", "", "T", "T", "T", "",