/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/test/java/com/sun/enterprise/build/ |
H A D | AppTest.java | 56 * @param testName name of the test case 58 public AppTest( String testName ) 60 super( testName );
|
/glassfish-3.1.2/tests/quicklook/security/basicauth/src/test/security/ |
H A D | BasicAuthTestNG.java | 67 String testName; field in class:BasicAuthTestNG 83 testName="BASIC auth: Role Mapped User, testuser3"; 84 //log(testName); 90 Assert.assertTrue(true, testName); 93 Assert.assertFalse(true, testName); 101 testName="BASIC auth: Group mapped user, testuser42"; 102 //log(testName); 108 Assert.assertTrue(true, testName); 111 Assert.assertFalse(true, testName); 119 testName [all...] |
/glassfish-3.1.2/tests/jbi/rpc_literal/bc_consumer_se_provider/bundled-wsdl/endpoint/ |
H A D | Calculator.java | 59 public static final String testName = "\nTest :: rpc-literal-bundled-wsdl-bc-consumer-se-provider : "; field in class:Calculator 68 System.out.println(testName + i + "+" + j +" = " + k); 85 System.out.println(testName + "Annual income = " + income); 88 System.out.println(testName +"Tax to be paid = " + taxToBePaid); 94 return testName + "Hi from sayHi()"; 100 System.out.println(testName +"Hi from printHi()"); 106 System.out.println(testName +"Hi to " + name + " from printHiToMe()");
|
/glassfish-3.1.2/tests/jbi/rpc_literal/bc_consumer_se_provider/wsdl-import/endpoint/ |
H A D | Calculator.java | 59 public static final String testName = "\nTest :: rpc-literal-bundled-wsdl-bc-consumer-se-provider : "; field in class:Calculator 68 System.out.println(testName + i + "+" + j +" = " + k); 85 System.out.println(testName + "Annual income = " + income); 88 System.out.println(testName +"Tax to be paid = " + taxToBePaid); 94 return testName + "Hi from sayHi()"; 100 System.out.println(testName +"Hi from printHi()"); 106 System.out.println(testName +"Hi to " + name + " from printHiToMe()");
|
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/bundled_wsdl/endpoint/ |
H A D | Calculator.java | 59 public static final String testName = "\nTest :: rpc-literal-bundled-wsdl : "; field in class:Calculator 68 System.out.println(testName + i + "+" + j +" = " + k); 85 System.out.println(testName + "Annual income = " + income); 88 System.out.println(testName +"Tax to be paid = " + taxToBePaid); 94 return testName + "Hi from sayHi()"; 99 System.out.println(testName +"Hi from printHi()"); 104 System.out.println(testName +"Hi to " + name + " from printHiToMe()");
|
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/generated_wsdl/endpoint/ |
H A D | Calculator.java | 58 public static final String testName = "\nTest :: rpc-literal-generated-wsdl : "; field in class:Calculator 64 System.out.println(testName + i + "+" + j +" = " + k); 82 System.out.println(testName + "Annual income = " + income); 85 System.out.println(testName +"Tax to be paid = " + taxToBePaid); 91 return testName + "Hi from sayHi()"; 96 System.out.println(testName +"Hi from printHi()"); 101 System.out.println(testName +"Hi to " + name + " from printHiToMe()");
|
/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/ |
H A D | TestClient.java | 56 private static String testName; field in class:TestClient 61 testName = args[1]; 111 reporter.printStatus(testName, passCode); 116 reporter.printStatus(testName, failCode);
|
H A D | Reporter.java | 91 //args[0] contains testName. 100 public void printStatus(String testName, int code) { argument 106 out.write(testName + " :: " + statusCode[code] + "\n"); 125 String testName = (line.split("::"))[0]; 128 testSummary[0].add(testName); 131 testSummary[1].add(testName); 134 testSummary[2].add(testName); 137 testSummary[3].add(testName);
|
H A D | BundleUtil.java | 64 private static String testName; field in class:BundleUtil 73 testName = args[0]; 78 testName = args[0]; 142 reporter.printStatus(testName, failCode);
|
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/ |
H A D | PropertiesAccessTest.java | 140 final String testName = "__junittest_" + i + now; 142 if (props.getPropertyConfigMap().get(testName) != null) { 143 failure("test property already exists: " + testName); 146 props.createPropertyConfig(testName, "value_" + i); 147 assert (props.getPropertyConfigMap().get(testName) != null); 157 final String testName = "__junittest_" + i + now; 159 props.removePropertyConfig(testName); 160 assert props.getPropertyConfigMap().get(testName) == null;
|
H A D | SystemPropertiesAccessTest.java | 112 final String testName = "__junittest_" + i + now; 114 if ( all.get(testName) != null) { 115 failure("test property already exists: " + testName); 118 props.createSystemPropertyConfig(testName, "value_" + i); 119 assert props.getSystemPropertyConfigMap().get(testName) != null; 129 final String testName = "__junittest_" + i + now; 131 props.removeSystemPropertyConfig(testName); 132 assert props.getSystemPropertyConfigMap().get(testName) == null;
|
H A D | CustomMBeanConfigTest.java | 242 final String testName = TEST_NAME_BASE + i; 244 if (existing.containsKey(testName)) { 245 RefHelper.removeAllRefsTo(existing.get(testName), true); 247 removeCustomMBean(testName);
|
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/ejb/ |
H A D | EjbCheckMgrImpl.java | 217 String testName = test.getClassName(); 219 (testName.indexOf("tests.ejb.entity")>=0 || // NOI18N 220 testName.indexOf("tests.ejb.messagebean")>=0)) // NOI18N 223 (testName.indexOf("tests.ejb.session")>=0 || // NOI18N 224 testName.indexOf("tests.ejb.messagebean")>=0)) // NOI18N 227 (testName.indexOf("tests.ejb.session")>=0 || // NOI18N 228 testName.indexOf("tests.ejb.entity")>=0)) // NOI18N
|
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/ |
H A D | Result.java | 72 private String testName; field in class:Result 326 return testName; 335 testName = s;
|
H A D | ReportHandler.java | 340 Element testName = getTextNode(TEST_NAME, r.getTestName()); 348 test.appendChild(testName);
|
/glassfish-3.1.2/transaction/jta-xa/src/test/java/com/sun/enterprise/transaction/xa/ |
H A D | AppTest.java | 66 * @param testName name of the test case 68 public AppTest(String testName) { argument 69 super(testName);
|
/glassfish-3.1.2/tests/jbi/lib/ |
H A D | reporter.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/ejte/ com/sun/ejte/ccl/ ... |
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/ |
H A D | Model.java | 182 * @param testName the fully qualified name of the class to be tested 187 static protected Model NewModel (String testName, String modelName) { argument 191 if (testName != null) 193 Class.forName (testName);
|
/glassfish-3.1.2/transaction/jta/src/test/java/com/sun/enterprise/transaction/ |
H A D | AppTest.java | 68 * @param testName name of the test case 70 public AppTest(String testName) { argument 71 super(testName);
|
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ |
H A D | AMXTestBase.java | 627 checkNotOffline(final String testName) { argument 631 //warning( "amxtest.testOffline=true, skipping test " + testName + "()" );
|
/glassfish-3.1.2/transaction/jts/src/test/java/com/sun/enterprise/transaction/jts/ |
H A D | AppTest.java | 82 * @param testName name of the test case 84 public AppTest(String testName) { argument 85 super(testName);
|
/glassfish-3.1.2/common/common-util/src/test/java/org/glassfish/admin/payload/ |
H A D | PayloadFilesManagerTest.java | 1208 public void run(String testName) throws Exception { argument 1211 //System.out.println(testName);
|