535455565758596061
when(formEntryContext.getSchema()).thenReturn(htmlFormSchema); formEntrySession = mock(FormEntrySession.class); when(formEntrySession.getContext()).thenReturn(formEntryContext); out = new CapturingPrintWriter(); handler = new SectionTagHandler(); }