* @throws Exception
*/
@Test
public void testBuildBySysParams1() throws Exception {
FormattingConversionService conversionService = mock(FormattingConversionService.class);
SessionManager sessionManager = mock(SessionManager.class);
ServletRequestContextBuilder requestContextBuilder = new ServletRequestContextBuilder(conversionService);
RopContext ropContext = mock(RopContext.class);
ServiceMethodHandler methodHandler = mock(ServiceMethodHandler.class);
when(ropContext.getServiceMethodHandler("method1", "3.0")).thenReturn(methodHandler);