e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 11 through 20 of 356 (0.0020 seconds)
Class: org.apache.jmeter.junit.JMeterTestCase  ©, Rating: 0% of 0, C1

064 // Also need to set working directory so test files can be found 065 System.setProperty("user.dir",System.getProperty("user.dir")+File.separatorChar+"bin"); 066 System.out.println("Setting user.dir="+System.getProperty("user.dir")); 067 filePrefix="bin/"; 068 } else {

Class: org.apache.jmeter.junit.JMeterTestCase  ©, Rating: 0% of 0, C1

063 file="bin/"+file;// JMeterUtils assumes Unix-style separators 064 // Also need to set working directory so test files can be found 065 System.setProperty("user.dir",System.getProperty("user.dir")+File.separatorChar+"bin"); 066 System.out.println("Setting user.dir="+System.getProperty("user.dir")); 067 filePrefix="bin/";

Class: org.apache.jmeter.junit.JMeterTestCase  ©, Rating: 0% of 0, C1

098 private static void logprop(String prop) 099 { 100 System.out.println(prop+"="+System.getProperty(prop)); 101 } 102

Class: org.apache.naming.factory.ResourceFactory  ©, Rating: 0% of 0, C2

115 } 116 } else if (ref.getClassName().equals("javax.mail.Session")) { 117 String javaxMailSessionFactoryClassName = 118 System.getProperty("javax.mail.Session.Factory", 119 "org.apache.naming.factory.MailSessionFactory");

Class: org.apache.naming.factory.ResourceFactory  ©, Rating: 0% of 0, C2

104 } else { 105 if (ref.getClassName().equals("javax.sql.DataSource")) { 106 String javaxSqlDataSourceFactoryClassName = 107 System.getProperty("javax.sql.DataSource.Factory", 108 Constants.DBCP_DATASOURCE_FACTORY);

Class: org.apache.catalina.startup.CatalinaProperties  ©, Rating: 0% of 0, C1

161 */ 162 private static String getConfigUrl() { 163 return System.getProperty("catalina.config"); 164 } 165

Class: org.apache.catalina.startup.CatalinaProperties  ©, Rating: 0% of 0, C1

153 */ 154 private static String getCatalinaBase() { 155 return System.getProperty("catalina.base", getCatalinaHome()); 156 } 157

Class: org.apache.catalina.startup.CatalinaProperties  ©, Rating: 0% of 0, C1

144 */ 145 private static String getCatalinaHome() { 146 return System.getProperty("catalina.home", 147 System.getProperty("user.dir")); 148 }

Class: org.apache.catalina.startup.CatalinaProperties  ©, Rating: 0% of 0, C1

144 */ 145 private static String getCatalinaHome() { 146 return System.getProperty("catalina.home", 147 System.getProperty("user.dir")); 148 }

Class: org.apache.tools.ant.taskdefs.DirnameTest  ©, Rating: 0% of 0, C1

47 public void test4() { 48 executeTarget("test4"); 49 String filesep = System.getProperty("file.separator"); 50 String expected = filesep + "usr" + filesep + "local"; 51 String checkprop = project.getProperty("local.dir");

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next