@@ -33,9 +33,9 @@ public class XmlContentProviderTest {
3333 public void getSunatDocument_invoice () throws IOException , SAXException , ParserConfigurationException {
3434 // Given
3535 InputStream inputStream = Thread
36- .currentThread ()
37- .getContextClassLoader ()
38- .getResourceAsStream ("xmls/invoice.xml" );
36+ .currentThread ()
37+ .getContextClassLoader ()
38+ .getResourceAsStream ("xmls/invoice.xml" );
3939 assertNotNull (inputStream );
4040
4141 // When
@@ -51,12 +51,12 @@ public void getSunatDocument_invoice() throws IOException, SAXException, ParserC
5151
5252 @ Test
5353 public void getSunatDocument_invoice_withExtensionContent ()
54- throws IOException , SAXException , ParserConfigurationException {
54+ throws IOException , SAXException , ParserConfigurationException {
5555 // Given
5656 InputStream inputStream = Thread
57- .currentThread ()
58- .getContextClassLoader ()
59- .getResourceAsStream ("ubl/12345678912-01-F001-1.xml" );
57+ .currentThread ()
58+ .getContextClassLoader ()
59+ .getResourceAsStream ("ubl/12345678912-01-F001-1.xml" );
6060 assertNotNull (inputStream );
6161
6262 // When
@@ -74,9 +74,9 @@ public void getSunatDocument_invoice_withExtensionContent()
7474 public void getSunatDocument_creditNote () throws IOException , SAXException , ParserConfigurationException {
7575 // Given
7676 InputStream inputStream = Thread
77- .currentThread ()
78- .getContextClassLoader ()
79- .getResourceAsStream ("xmls/credit-note.xml" );
77+ .currentThread ()
78+ .getContextClassLoader ()
79+ .getResourceAsStream ("xmls/credit-note.xml" );
8080 assertNotNull (inputStream );
8181
8282 // When
@@ -94,9 +94,9 @@ public void getSunatDocument_creditNote() throws IOException, SAXException, Pars
9494 public void getSunatDocument_debitNote () throws IOException , SAXException , ParserConfigurationException {
9595 // Given
9696 InputStream inputStream = Thread
97- .currentThread ()
98- .getContextClassLoader ()
99- .getResourceAsStream ("xmls/debit-note.xml" );
97+ .currentThread ()
98+ .getContextClassLoader ()
99+ .getResourceAsStream ("xmls/debit-note.xml" );
100100 assertNotNull (inputStream );
101101
102102 // When
@@ -114,9 +114,9 @@ public void getSunatDocument_debitNote() throws IOException, SAXException, Parse
114114 public void getSunatDocument_voidedDocument () throws IOException , SAXException , ParserConfigurationException {
115115 // Given
116116 InputStream inputStream = Thread
117- .currentThread ()
118- .getContextClassLoader ()
119- .getResourceAsStream ("xmls/voided-document.xml" );
117+ .currentThread ()
118+ .getContextClassLoader ()
119+ .getResourceAsStream ("xmls/voided-document.xml" );
120120 assertNotNull (inputStream );
121121
122122 // When
@@ -134,9 +134,9 @@ public void getSunatDocument_voidedDocument() throws IOException, SAXException,
134134 public void getSunatDocument_summaryDocument () throws IOException , SAXException , ParserConfigurationException {
135135 // Given
136136 InputStream inputStream = Thread
137- .currentThread ()
138- .getContextClassLoader ()
139- .getResourceAsStream ("xmls/summary-document.xml" );
137+ .currentThread ()
138+ .getContextClassLoader ()
139+ .getResourceAsStream ("xmls/summary-document.xml" );
140140 assertNotNull (inputStream );
141141
142142 // When
@@ -154,9 +154,9 @@ public void getSunatDocument_summaryDocument() throws IOException, SAXException,
154154 public void getSunatDocument_perception () throws IOException , SAXException , ParserConfigurationException {
155155 // Given
156156 InputStream inputStream = Thread
157- .currentThread ()
158- .getContextClassLoader ()
159- .getResourceAsStream ("xmls/perception.xml" );
157+ .currentThread ()
158+ .getContextClassLoader ()
159+ .getResourceAsStream ("xmls/perception.xml" );
160160 assertNotNull (inputStream );
161161
162162 // When
@@ -174,9 +174,9 @@ public void getSunatDocument_perception() throws IOException, SAXException, Pars
174174 public void getSunatDocument_retention () throws IOException , SAXException , ParserConfigurationException {
175175 // Given
176176 InputStream inputStream = Thread
177- .currentThread ()
178- .getContextClassLoader ()
179- .getResourceAsStream ("xmls/retention.xml" );
177+ .currentThread ()
178+ .getContextClassLoader ()
179+ .getResourceAsStream ("xmls/retention.xml" );
180180 assertNotNull (inputStream );
181181
182182 // When
@@ -194,9 +194,9 @@ public void getSunatDocument_retention() throws IOException, SAXException, Parse
194194 public void getSunatDocument_despatchAdvice () throws IOException , SAXException , ParserConfigurationException {
195195 // Given
196196 InputStream inputStream = Thread
197- .currentThread ()
198- .getContextClassLoader ()
199- .getResourceAsStream ("xmls/despatch-advice.xml" );
197+ .currentThread ()
198+ .getContextClassLoader ()
199+ .getResourceAsStream ("xmls/despatch-advice.xml" );
200200 assertNotNull (inputStream );
201201
202202 // When
0 commit comments