Home
last modified time | relevance | path

Searched defs:xmlFile (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionController.java86 String xmlFile = XML_DIR + "novelsInvalid.xml"; in testCreateNewItem2Sell() local
109 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateNewItem2SellRetry() local
141 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateID() local
162 String xmlFile = XML_DIR + "accountInfo.xml"; in testCheckingUserData() local
201 String xmlFile = XML_DIR + "movies.xml.data"; in testCheckingEncoding() local
203 try (InputStream source = bomStream("UTF-16", xmlFile)) { in testCheckingEncoding() argument
222 String xmlFile = XML_DIR + "userDetails.xml"; in testGetOwnerInfo() local
257 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList() local
293 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList1() local
314 String xmlFile = XML_DIR + "itemsDuration.xml"; in testGetItemDuration() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionController.java86 String xmlFile = XML_DIR + "novelsInvalid.xml"; in testCreateNewItem2Sell() local
109 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateNewItem2SellRetry() local
141 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateID() local
162 String xmlFile = XML_DIR + "accountInfo.xml"; in testCheckingUserData() local
201 String xmlFile = XML_DIR + "movies.xml.data"; in testCheckingEncoding() local
203 try (InputStream source = bomStream("UTF-16", xmlFile)) { in testCheckingEncoding() argument
222 String xmlFile = XML_DIR + "userDetails.xml"; in testGetOwnerInfo() local
257 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList() local
293 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList1() local
314 String xmlFile = XML_DIR + "itemsDuration.xml"; in testGetItemDuration() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionController.java86 String xmlFile = XML_DIR + "novelsInvalid.xml"; in testCreateNewItem2Sell() local
109 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateNewItem2SellRetry() local
141 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateID() local
162 String xmlFile = XML_DIR + "accountInfo.xml"; in testCheckingUserData() local
201 String xmlFile = XML_DIR + "movies.xml.data"; in testCheckingEncoding() local
203 try (InputStream source = bomStream("UTF-16", xmlFile)) { in testCheckingEncoding() argument
222 String xmlFile = XML_DIR + "userDetails.xml"; in testGetOwnerInfo() local
257 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList() local
293 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList1() local
314 String xmlFile = XML_DIR + "itemsDuration.xml"; in testGetItemDuration() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionController.java86 String xmlFile = XML_DIR + "novelsInvalid.xml"; in testCreateNewItem2Sell() local
109 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateNewItem2SellRetry() local
141 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateID() local
162 String xmlFile = XML_DIR + "accountInfo.xml"; in testCheckingUserData() local
201 String xmlFile = XML_DIR + "movies.xml.data"; in testCheckingEncoding() local
203 try (InputStream source = bomStream("UTF-16", xmlFile)) { in testCheckingEncoding() argument
222 String xmlFile = XML_DIR + "userDetails.xml"; in testGetOwnerInfo() local
257 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList() local
293 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList1() local
314 String xmlFile = XML_DIR + "itemsDuration.xml"; in testGetItemDuration() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionItemRepository.java87 @Test in testCreateNewItem2Sell()
88 public void testEntityExpansionSAXPos() throws Exception { in testCreateNewItem2Sell()
109 @Test(expectedExceptions = SAXParseException.class) in testCreateNewItem2SellRetry()
141 MyErrorHandler eh = new MyErrorHandler(); in testCreateID()
162 assertFalse(eh.isAnyError());
202 assertTrue(compareDocumentWithGold(goldFile, resultFile));
206 * Test the simple case of including a document using xi:include using a in try()
222 TransformerFactory.newInstance().newTransformer().
258 @Test(groups = {"readWriteLocalFiles"}) in testGetOwnerItemList()
293 TransformerFactory.newInstance().newTransformer()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionController.java86 String xmlFile = XML_DIR + "novelsInvalid.xml"; in testCreateNewItem2Sell() local
109 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateNewItem2SellRetry() local
141 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateID() local
162 String xmlFile = XML_DIR + "accountInfo.xml"; in testCheckingUserData() local
201 String xmlFile = XML_DIR + "movies.xml.data"; in testCheckingEncoding() local
203 try (InputStream source = bomStream("UTF-16", xmlFile)) { in testCheckingEncoding() argument
222 String xmlFile = XML_DIR + "userDetails.xml"; in testGetOwnerInfo() local
257 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList() local
293 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList1() local
314 String xmlFile = XML_DIR + "itemsDuration.xml"; in testGetItemDuration() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionController.java86 String xmlFile = XML_DIR + "novelsInvalid.xml"; in testCreateNewItem2Sell() local
109 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateNewItem2SellRetry() local
141 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateID() local
162 String xmlFile = XML_DIR + "accountInfo.xml"; in testCheckingUserData() local
201 String xmlFile = XML_DIR + "movies.xml.data"; in testCheckingEncoding() local
203 try (InputStream source = bomStream("UTF-16", xmlFile)) { in testCheckingEncoding() argument
222 String xmlFile = XML_DIR + "userDetails.xml"; in testGetOwnerInfo() local
257 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList() local
293 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList1() local
314 String xmlFile = XML_DIR + "itemsDuration.xml"; in testGetItemDuration() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DAuctionController.java86 String xmlFile = XML_DIR + "novelsInvalid.xml"; in testCreateNewItem2Sell() local
109 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateNewItem2SellRetry() local
141 String xmlFile = XML_DIR + "accountInfo.xml"; in testCreateID() local
162 String xmlFile = XML_DIR + "accountInfo.xml"; in testCheckingUserData() local
201 String xmlFile = XML_DIR + "movies.xml.data"; in testCheckingEncoding() local
203 try (InputStream source = bomStream("UTF-16", xmlFile)) { in testCheckingEncoding() argument
222 String xmlFile = XML_DIR + "userDetails.xml"; in testGetOwnerInfo() local
257 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList() local
293 String xmlFile = XML_DIR + "coins.xml"; in testGetOwnerItemList1() local
314 String xmlFile = XML_DIR + "itemsDuration.xml"; in testGetItemDuration() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("multi-occurs-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("multi-occurs-error-max.xml").getFile()); in testMultiOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("multi-occurs-error-min-max.xml").getFile()); in testMultiOccursMaxMinErrorMinMax() local
H A DOccursTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
H A DOccursWildcardTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("multi-occurs-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("multi-occurs-error-max.xml").getFile()); in testMultiOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("multi-occurs-error-min-max.xml").getFile()); in testMultiOccursMaxMinErrorMinMax() local
H A DOccursTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
H A DOccursWildcardTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("multi-occurs-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("multi-occurs-error-max.xml").getFile()); in testMultiOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("multi-occurs-error-min-max.xml").getFile()); in testMultiOccursMaxMinErrorMinMax() local
H A DOccursWildcardTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
H A DOccursTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DOccursTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("multi-occurs-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("multi-occurs-error-max.xml").getFile()); in testMultiOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("multi-occurs-error-min-max.xml").getFile()); in testMultiOccursMaxMinErrorMinMax() local
H A DOccursTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
H A DOccursWildcardTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("multi-occurs-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("multi-occurs-error-max.xml").getFile()); in testMultiOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("multi-occurs-error-min-max.xml").getFile()); in testMultiOccursMaxMinErrorMinMax() local
H A DOccursTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DOccursTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("occurs-error-max.xml").getFile()); in testOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("occurs-error-min-max.xml").getFile()); in testOccursMaxMinErrorMinMax() local
H A DMultiOccursTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("multi-occurs-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
121 File xmlFile = new File(getClass().getResource("multi-occurs-error-max.xml").getFile()); in testMultiOccursMaxMinErrorMax() local
137 File xmlFile = new File(getClass().getResource("multi-occurs-error-min-max.xml").getFile()); in testMultiOccursMaxMinErrorMinMax() local

12345678910>>...31