/** * Run the void main(String[]) method test. * * @throws Exception * @generatedBy CodePro at 4/8/14 10:37 AM */ @Test(expected = com.sap.netweaver.porta.core.CoreException.class) public void testMain_3() throws Exception { String[] args = new String[] {}; SnippetGetHttpAccessPoint.main(args); // add additional test code here }
/** * Run the void main(String[]) method test. * * @throws Exception * @generatedBy CodePro at 4/8/14 10:37 AM */ @Test public void testMain_1() throws Exception { String[] args = new String[] {}; SnippetGetHttpAccessPoint.main(args); // add additional test code here }