Search Results
OK to copy?
Examples 1 through 10 of
80 (0.06 seconds)
Class:
org.apache.batik.test.DefaultTestSuite
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.axis.encoding.ser.VectorSerializer ©, Rating: 0% of 0, C2
Class: org.apache.axis.wsdl.toJava.JavaImplWriter ©, Rating: 0% of 0, C3
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
094 */
095 public TestReport runImpl(){
096 Iterator iter = tests.iterator();
097
098 DefaultTestSuiteReport report
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
116 e = cl.getResources(serviceFile);
117 } catch (IOException ioe) {
118 return v.iterator();
119 }
120
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
110 providerMap.put(serviceFile, v);
111 // No class loader so we can't find 'serviceFile'.
112 if (cl == null) return v.iterator();
113
114 Enumeration e;
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
105 Vector v = (Vector)providerMap.get(serviceFile);
106 if (v != null)
107 return v.iterator();
108
109 v = new Vector();
Class: org.apache.axis.encoding.ser.VectorSerializer ©, Rating: 0% of 0, C2
113
114 context.startElement(name, attributes);
115 for (Iterator i = vector.iterator(); i.hasNext(); )
116 {
117 Object item = i.next();
Class: org.apache.axis.wsdl.toJava.JavaImplWriter ©, Rating: 0% of 0, C3
135
136 // Fill in any out parameter holders
137 Iterator iparam = parms.list.iterator();
138 while (iparam.hasNext()) {
139 Parameter param = (Parameter) iparam.next();
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
180 }
181
182 iter = reports.iterator();
183 while(iter.hasNext()){
184 TestReport childReport = (TestReport)iter.next();
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
167
168 public Entry[] getDescription(){
169 Iterator iter = reports.iterator();
170 Vector descs = new Vector();
171
Class: org.apache.batik.test.DefaultTestSuiteReport ©, Rating: 0% of 0, C2
135
136 public boolean hasPassed(){
137 Iterator iter = reports.iterator();
138
139 boolean passed = true;