Searched refs:m_port (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/tests/quicklook/weld/extensions/src/test/
H A DExtensionsTestNG.java58 String m_port=""; field in class:ExtensionsTestNG
63 m_port=System.getProperty("http.port");
70 testurl = "http://" + m_host + ":" + m_port + "/"
84 testurl = "http://" + m_host + ":" + m_port + "/"
98 testurl = "http://" + m_host + ":" + m_port + "/"
112 testurl = "http://" + m_host + ":" + m_port + "/"
126 testurl = "http://" + m_host + ":" + m_port + "/"
140 testurl = "http://" + m_host + ":" + m_port + "/"
/glassfish-3.1.2/tests/quicklook/classloader/hellojsf/src/test/
H A DhelloJSFTestNG.java71 String m_port=""; field in class:helloJSFTestNG
78 m_port=System.getProperty("http.port");
94 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/index.jsp";
/glassfish-3.1.2/tests/quicklook/weld/numberguess/src/test/
H A DNumberGuessTestNG.java64 String m_port=""; field in class:NumberGuessTestNG
69 m_port=System.getProperty("http.port");
76 String testurl = "http://" + m_host + ":" + m_port +
/glassfish-3.1.2/tests/community/web/strutsbasic/src/test/
H A DStrutsWebTestNG.java66 String m_port=""; field in class:StrutsWebTestNG
75 m_port=System.getProperty("http.port");
77 System.out.println("Port is-->"+m_port);
94 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/index.jsp";
133 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/Welcome.do";
/glassfish-3.1.2/tests/quicklook/web/strutsbasic/src/test/
H A DStrutsWebTestNG.java66 String m_port=""; field in class:StrutsWebTestNG
75 m_port=System.getProperty("http.port");
77 System.out.println("Port is-->"+m_port);
94 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/index.jsp";
133 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/Welcome.do";
/glassfish-3.1.2/tests/community/web/jsfastrologer/src/test/
H A DJSFWebTestNG.java71 String m_port=""; field in class:JSFWebTestNG
78 m_port=System.getProperty("http.port");
96 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/faces/greetings.jsp";
138 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/index.jsp";
181 String testurl = "http://" + m_host + ":" + m_port +
/glassfish-3.1.2/tests/quicklook/web/jsfastrologer/src/test/
H A DJSFWebTestNG.java71 String m_port=""; field in class:JSFWebTestNG
78 m_port=System.getProperty("http.port");
96 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/faces/greetings.jsp";
138 String testurl = "http://" + m_host + ":" + m_port + "/"+ strContextRoot + "/index.jsp";
181 String testurl = "http://" + m_host + ":" + m_port +
/glassfish-3.1.2/tests/quicklook/weld/osgiweld/src/test/
H A DOsgiWeldTestNG.java60 String m_port=""; field in class:OsgiWeldTestNG
65 m_port=System.getProperty("http.port");
92 String testUrl = "http://" + m_host + ":" + m_port + "/"
100 String testurl = "http://" + m_host + ":" + m_port + "/"
/glassfish-3.1.2/tests/community/persistence/servlet-jpa-app/src/test/
H A DPersistenceTestNG.java74 String m_port=System.getProperty("http.port"); field in class:PersistenceTestNG
82 m_port=System.getProperty("http.port");
93 String testurl = "http://" + m_host + ":" + m_port +
143 String testurl = "http://" + m_host + ":" + m_port +
189 String testurl = "http://" + m_host + ":" + m_port +

Completed in 36 milliseconds