| /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);
|
| /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/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/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 | BundleUtil.java | 64 private static String testName; field in class:BundleUtil 73 testName = args[0]; 78 testName = args[0]; 142 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 | 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);
|
| /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/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/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/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/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;
|
| /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);
|