Searched defs:testName (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/common/common-util/src/test/java/org/glassfish/admin/payload/
H A DPayloadFilesManagerTest.java1208 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 DAMXTestBase.java627 checkNotOffline(final String testName) { argument
631 //warning( "amxtest.testOffline=true, skipping test " + testName + "()" );
/glassfish-3.1.2/tests/jbi/lib/
H A Dreporter.jarMETA-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 DCalculator.java59 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 DCalculator.java59 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 DCalculator.java59 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 DCalculator.java58 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 DBundleUtil.java64 private static String testName; field in class:BundleUtil
73 testName = args[0];
78 testName = args[0];
142 reporter.printStatus(testName, failCode);
H A DReporter.java91 //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 DTestClient.java56 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 DBasicAuthTestNG.java67 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 DAppTest.java68 * @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 DAppTest.java66 * @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 DAppTest.java82 * @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 DResult.java72 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 DModel.java182 * @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);

Completed in 74 milliseconds