@@ -33,9 +33,9 @@ public class XmlContentProviderTest {
33
33
public void getSunatDocument_invoice () throws IOException , SAXException , ParserConfigurationException {
34
34
// Given
35
35
InputStream inputStream = Thread
36
- .currentThread ()
37
- .getContextClassLoader ()
38
- .getResourceAsStream ("xmls/invoice.xml" );
36
+ .currentThread ()
37
+ .getContextClassLoader ()
38
+ .getResourceAsStream ("xmls/invoice.xml" );
39
39
assertNotNull (inputStream );
40
40
41
41
// When
@@ -51,12 +51,12 @@ public void getSunatDocument_invoice() throws IOException, SAXException, ParserC
51
51
52
52
@ Test
53
53
public void getSunatDocument_invoice_withExtensionContent ()
54
- throws IOException , SAXException , ParserConfigurationException {
54
+ throws IOException , SAXException , ParserConfigurationException {
55
55
// Given
56
56
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" );
60
60
assertNotNull (inputStream );
61
61
62
62
// When
@@ -74,9 +74,9 @@ public void getSunatDocument_invoice_withExtensionContent()
74
74
public void getSunatDocument_creditNote () throws IOException , SAXException , ParserConfigurationException {
75
75
// Given
76
76
InputStream inputStream = Thread
77
- .currentThread ()
78
- .getContextClassLoader ()
79
- .getResourceAsStream ("xmls/credit-note.xml" );
77
+ .currentThread ()
78
+ .getContextClassLoader ()
79
+ .getResourceAsStream ("xmls/credit-note.xml" );
80
80
assertNotNull (inputStream );
81
81
82
82
// When
@@ -94,9 +94,9 @@ public void getSunatDocument_creditNote() throws IOException, SAXException, Pars
94
94
public void getSunatDocument_debitNote () throws IOException , SAXException , ParserConfigurationException {
95
95
// Given
96
96
InputStream inputStream = Thread
97
- .currentThread ()
98
- .getContextClassLoader ()
99
- .getResourceAsStream ("xmls/debit-note.xml" );
97
+ .currentThread ()
98
+ .getContextClassLoader ()
99
+ .getResourceAsStream ("xmls/debit-note.xml" );
100
100
assertNotNull (inputStream );
101
101
102
102
// When
@@ -114,9 +114,9 @@ public void getSunatDocument_debitNote() throws IOException, SAXException, Parse
114
114
public void getSunatDocument_voidedDocument () throws IOException , SAXException , ParserConfigurationException {
115
115
// Given
116
116
InputStream inputStream = Thread
117
- .currentThread ()
118
- .getContextClassLoader ()
119
- .getResourceAsStream ("xmls/voided-document.xml" );
117
+ .currentThread ()
118
+ .getContextClassLoader ()
119
+ .getResourceAsStream ("xmls/voided-document.xml" );
120
120
assertNotNull (inputStream );
121
121
122
122
// When
@@ -134,9 +134,9 @@ public void getSunatDocument_voidedDocument() throws IOException, SAXException,
134
134
public void getSunatDocument_summaryDocument () throws IOException , SAXException , ParserConfigurationException {
135
135
// Given
136
136
InputStream inputStream = Thread
137
- .currentThread ()
138
- .getContextClassLoader ()
139
- .getResourceAsStream ("xmls/summary-document.xml" );
137
+ .currentThread ()
138
+ .getContextClassLoader ()
139
+ .getResourceAsStream ("xmls/summary-document.xml" );
140
140
assertNotNull (inputStream );
141
141
142
142
// When
@@ -154,9 +154,9 @@ public void getSunatDocument_summaryDocument() throws IOException, SAXException,
154
154
public void getSunatDocument_perception () throws IOException , SAXException , ParserConfigurationException {
155
155
// Given
156
156
InputStream inputStream = Thread
157
- .currentThread ()
158
- .getContextClassLoader ()
159
- .getResourceAsStream ("xmls/perception.xml" );
157
+ .currentThread ()
158
+ .getContextClassLoader ()
159
+ .getResourceAsStream ("xmls/perception.xml" );
160
160
assertNotNull (inputStream );
161
161
162
162
// When
@@ -174,9 +174,9 @@ public void getSunatDocument_perception() throws IOException, SAXException, Pars
174
174
public void getSunatDocument_retention () throws IOException , SAXException , ParserConfigurationException {
175
175
// Given
176
176
InputStream inputStream = Thread
177
- .currentThread ()
178
- .getContextClassLoader ()
179
- .getResourceAsStream ("xmls/retention.xml" );
177
+ .currentThread ()
178
+ .getContextClassLoader ()
179
+ .getResourceAsStream ("xmls/retention.xml" );
180
180
assertNotNull (inputStream );
181
181
182
182
// When
@@ -194,9 +194,9 @@ public void getSunatDocument_retention() throws IOException, SAXException, Parse
194
194
public void getSunatDocument_despatchAdvice () throws IOException , SAXException , ParserConfigurationException {
195
195
// Given
196
196
InputStream inputStream = Thread
197
- .currentThread ()
198
- .getContextClassLoader ()
199
- .getResourceAsStream ("xmls/despatch-advice.xml" );
197
+ .currentThread ()
198
+ .getContextClassLoader ()
199
+ .getResourceAsStream ("xmls/despatch-advice.xml" );
200
200
assertNotNull (inputStream );
201
201
202
202
// When
0 commit comments