|
1 | 1 | package com.mindee; |
2 | 2 |
|
| 3 | +import static com.mindee.TestingUtilities.assertStringEqualsFile; |
| 4 | +import static com.mindee.TestingUtilities.getResourcePath; |
| 5 | +import static com.mindee.TestingUtilities.getV1ResourcePathString; |
| 6 | + |
3 | 7 | import com.mindee.http.Endpoint; |
4 | | -import com.mindee.input.LocalResponse; |
5 | | -import com.mindee.input.LocalInputSource; |
6 | 8 | import com.mindee.http.MindeeApi; |
7 | 9 | import com.mindee.http.RequestParameters; |
| 10 | +import com.mindee.input.LocalInputSource; |
| 11 | +import com.mindee.input.LocalResponse; |
8 | 12 | import com.mindee.input.PageOptions; |
9 | 13 | import com.mindee.input.PageOptionsOperation; |
10 | 14 | import com.mindee.parsing.common.AsyncPredictResponse; |
11 | 15 | import com.mindee.parsing.common.Document; |
12 | 16 | import com.mindee.parsing.common.Job; |
13 | 17 | import com.mindee.parsing.common.PredictResponse; |
14 | | -import static com.mindee.TestingUtilities.assertStringEqualsFile; |
| 18 | +import com.mindee.pdf.PdfOperation; |
| 19 | +import com.mindee.pdf.SplitPdf; |
15 | 20 | import com.mindee.product.custom.CustomV1; |
16 | 21 | import com.mindee.product.generated.GeneratedV1; |
17 | | -import com.mindee.product.invoice.InvoiceV4; |
18 | 22 | import com.mindee.product.internationalid.InternationalIdV2; |
19 | | -import com.mindee.pdf.PdfOperation; |
20 | | -import com.mindee.pdf.SplitPdf; |
| 23 | +import com.mindee.product.invoice.InvoiceV4; |
21 | 24 | import java.io.File; |
22 | 25 | import java.io.IOException; |
23 | 26 | import java.net.URL; |
|
33 | 36 | import org.mockito.Mockito; |
34 | 37 | import org.mockito.junit.jupiter.MockitoExtension; |
35 | 38 |
|
36 | | -import static com.mindee.TestingUtilities.getResourcePath; |
37 | | -import static com.mindee.TestingUtilities.getV1ResourcePathString; |
38 | | - |
39 | 39 | @ExtendWith(MockitoExtension.class) |
40 | 40 | class MindeeClientTest { |
41 | 41 |
|
|
0 commit comments